From e4e1562e010dc07b9cd97cc3ea4b46d3c8448a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 21 Feb 2025 10:58:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8=20o?= =?UTF-8?q?rm=205.x=20=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-library/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/think-library/composer.json b/plugin/think-library/composer.json index 8f68f2966..d7981571b 100644 --- a/plugin/think-library/composer.json +++ b/plugin/think-library/composer.json @@ -26,6 +26,7 @@ "ext-openssl": "*", "ext-mbstring": "*", "symfony/process": "^5.4|^6.0|*", + "topthink/think-orm": "^3.0|^4.0", "topthink/framework": "^6.0|^8.0|*", "topthink/think-migration": "^3.0|*" },