mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-08 04:48:10 +08:00
fix: 调整系统对 ThinkORM 的版本限制
This commit is contained in:
parent
88ff71b5a2
commit
ed4c166d2a
@ -25,7 +25,6 @@
|
|||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"topthink/think-orm": "^4.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": "*",
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">7.1",
|
"php": ">7.1",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
|
"topthink/think-orm": "^2.0|^3.0|^4.0",
|
||||||
"topthink/think-ide-helper": "*"
|
"topthink/think-ide-helper": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user