From f4391d1a7f60611c16eac97822af3664763ec60d 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 14:34:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=AF=E7=94=A8=20ThinkORM=205.x=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-library/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/think-library/composer.json b/plugin/think-library/composer.json index 22208114f..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|^4.0", + "topthink/think-orm": "^2.0|^3.0|^4.0|^5.0", "topthink/framework": "^6.0|^8.0|*", "topthink/think-migration": "^3.0|*" },