From 2b64663d989bd5a51eb6dc53f2fd1c99009b353a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 27 Mar 2025 23:06:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E7=BA=A7ThinkORM=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E8=A7=A3=E5=86=B3=E9=83=A8=E5=88=86Composer?= =?UTF-8?q?=E6=BA=90=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b3a6ca56e..331030ef6 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "require": { "php": ">=7.1", "ext-json": "*", + "topthink/think-orm": "^2.0|^3.0", "zoujingli/think-library": "^6.1", "zoujingli/think-plugs-admin": "^1.0", "zoujingli/think-plugs-wechat": "^1.0"