From ed4c166d2ae7c44c360354d66af1a9fbab201c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 1 Mar 2025 22:28:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=AF=B9=20ThinkORM=20=E7=9A=84=E7=89=88=E6=9C=AC=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - plugin/think-plugs-helper/composer.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bd7e076a9..9a7abc0da 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "ext-gd": "*", "ext-json": "*", "ext-openssl": "*", - "topthink/think-orm": "^4.0", "zoujingli/think-plugs-account": "*", "zoujingli/think-plugs-admin": "*", "zoujingli/think-plugs-center": "*", diff --git a/plugin/think-plugs-helper/composer.json b/plugin/think-plugs-helper/composer.json index 4ac1ed020..e70bcb1d9 100644 --- a/plugin/think-plugs-helper/composer.json +++ b/plugin/think-plugs-helper/composer.json @@ -12,6 +12,7 @@ "require": { "php": ">7.1", "ext-json": "*", + "topthink/think-orm": "^2.0|^3.0|^4.0", "topthink/think-ide-helper": "*" }, "autoload": {