diff --git a/composer.json b/composer.json index a41b0b6ae..9a7abc0da 100644 --- a/composer.json +++ b/composer.json @@ -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": "*", diff --git a/plugin/think-library/composer.json b/plugin/think-library/composer.json index 920a447ef..e8423fbbd 100644 --- a/plugin/think-library/composer.json +++ b/plugin/think-library/composer.json @@ -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|*" },