mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-14 11:21:06 +08:00
fix: 放开 ThinkORM 的版本限制
This commit is contained in:
parent
d378dc1cd0
commit
1b82201668
@ -25,7 +25,6 @@
|
|||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"topthink/think-orm": "^2.0|^3.0",
|
|
||||||
"zoujingli/think-plugs-account": "*",
|
"zoujingli/think-plugs-account": "*",
|
||||||
"zoujingli/think-plugs-admin": "*",
|
"zoujingli/think-plugs-admin": "*",
|
||||||
"zoujingli/think-plugs-center": "*",
|
"zoujingli/think-plugs-center": "*",
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"symfony/process": "^5.4|^6.0|*",
|
"symfony/process": "^5.4|^6.0|*",
|
||||||
"topthink/think-orm": "^2.0|^3.0",
|
"topthink/think-orm": "^2.0|^3.0|^4.0|^5.0",
|
||||||
"topthink/framework": "^6.0|^8.0|*",
|
"topthink/framework": "^6.0|^8.0|*",
|
||||||
"topthink/think-migration": "^3.0|*"
|
"topthink/think-migration": "^3.0|*"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user