From 1b82201668fa01584f9c58adc60cd7b1c2078826 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:19:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=BE=E5=BC=80=20ThinkORM=20?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - plugin/think-library/composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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|*" },