update
This commit is contained in:
parent
5db73b651f
commit
7ad6bacb2d
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user