From ac7c1948ecac7eda678426f9b6de6ad5862a21ef Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Fri, 30 May 2025 13:37:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20think-orm=E5=9B=9E=E9=80=80?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 049a9ea8..34b09ade 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": ">=8.0.0", "topthink/framework": "^8.0", - "topthink/think-orm": "^3.0|^4.0", + "topthink/think-orm": "v3.0.34", "topthink/think-filesystem": "^2.0", "topthink/think-multi-app": "^1.1", "topthink/think-migration": "^3.1",