From d378dc1cd00177dffd48c1807c717f8b8fe67067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 25 Mar 2025 16:04:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E7=BA=A7=20ThinkORM=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC,=E9=81=BF=E5=85=8D=E4=B8=80=E4=BA=9B=20BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-library/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/think-library/composer.json b/plugin/think-library/composer.json index e8423fbbd..920a447ef 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|^4.0|^5.0", + "topthink/think-orm": "^2.0|^3.0", "topthink/framework": "^6.0|^8.0|*", "topthink/think-migration": "^3.0|*" },