From 5b939df1b0bb7f8324bce1a3af51c73302226276 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:07:49 +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=EF=BC=8C=E8=A7=A3=E5=86=B3=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=BA=90=E6=9C=AA=E5=90=8C=E6=AD=A5=E4=BD=BF=E7=94=A8=E6=9C=89?= =?UTF-8?q?BUG=E7=9A=84=E7=89=88=E6=9C=AC?= 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 1268a2fec..ee6e77077 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ }, "require": { "php": ">=7.1", + "topthink/think-orm": "^2.0|^3.0", "zoujingli/think-plugs-admin": "^1.0" } } \ No newline at end of file