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