fix: 调整系统对 ThinkORM 的版本限制

This commit is contained in:
邹景立 2025-03-01 22:28:22 +08:00
parent 88ff71b5a2
commit ed4c166d2a
2 changed files with 1 additions and 1 deletions

View File

@ -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": "*",

View File

@ -12,6 +12,7 @@
"require": {
"php": ">7.1",
"ext-json": "*",
"topthink/think-orm": "^2.0|^3.0|^4.0",
"topthink/think-ide-helper": "*"
},
"autoload": {