This commit is contained in:
JaguarJack 2021-07-20 16:27:52 +08:00
parent 5db73b651f
commit 7ad6bacb2d

View File

@ -1,6 +1,6 @@
{ {
"name": "jaguarjack/catchadmin", "name": "jaguarjack/catchadmin",
"description": "the api framework base on thinkphp, help you to create admin management soon", "description": "The api framework base on thinkphp, help you to create admin management soon 🚀",
"type": "project", "type": "project",
"keywords": [ "keywords": [
"framework", "framework",
@ -8,7 +8,7 @@
"api", "api",
"ORM" "ORM"
], ],
"homepage": "http://doc.catchadmin.com", "homepage": "https://catchadmin.com",
"license": "Apache-2.0", "license": "Apache-2.0",
"authors": [ "authors": [
{ {
@ -17,7 +17,7 @@
} }
], ],
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.2",
"topthink/framework": "6.0.8", "topthink/framework": "6.0.8",
"topthink/think-orm": "2.0.36", "topthink/think-orm": "2.0.36",
"topthink/think-migration": "^3.0", "topthink/think-migration": "^3.0",
@ -32,7 +32,8 @@
"lcobucci/jwt": "3.3", "lcobucci/jwt": "3.3",
"jaguarjack/think-filesystem-cloud": "1.0", "jaguarjack/think-filesystem-cloud": "1.0",
"topthink/think-view": "^1.0", "topthink/think-view": "^1.0",
"xaboy/form-builder": "~2.0" "xaboy/form-builder": "~2.0",
"ext-zip": "*"
}, },
"require-dev": { "require-dev": {
"topthink/think-trace": "^1.0", "topthink/think-trace": "^1.0",