fix: 放开 ThinkORM 的版本限制

This commit is contained in:
邹景立 2025-03-25 16:19:44 +08:00
parent d378dc1cd0
commit 1b82201668
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
"ext-gd": "*",
"ext-json": "*",
"ext-openssl": "*",
"topthink/think-orm": "^2.0|^3.0",
"zoujingli/think-plugs-account": "*",
"zoujingli/think-plugs-admin": "*",
"zoujingli/think-plugs-center": "*",

View File

@ -26,7 +26,7 @@
"ext-openssl": "*",
"ext-mbstring": "*",
"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/think-migration": "^3.0|*"
},