From 352f13a4d343dd4cccbf19ed3f38c2c0801c3345 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 11:55:33 +0800 Subject: [PATCH] Update composer.json --- 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 d7981571b..22208114f 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": "^3.0|^4.0", + "topthink/think-orm": "^2.0|^3.0|^4.0", "topthink/framework": "^6.0|^8.0|*", "topthink/think-migration": "^3.0|*" },