fix: 降级ThinkORm版本

This commit is contained in:
邹景立 2025-03-31 23:18:31 +08:00
parent 5e8aa8845a
commit bf6b7079ef

View File

@ -26,7 +26,7 @@
"ext-openssl": "*",
"ext-mbstring": "*",
"symfony/process": "^5.4|^6.0|*",
"topthink/think-orm": "^2.0|^3.0|^4.0|^5.0",
"topthink/think-orm": "^2.0|^3.0",
"topthink/framework": "^6.0|^8.0|*",
"topthink/think-migration": "^3.0|*"
},