From 6b78ac3a965e53d881b993f1f2b6bac4404612c1 Mon Sep 17 00:00:00 2001 From: jwj <86849180@qq.com> Date: Mon, 11 Mar 2024 16:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=88=9B=E5=BB=BA=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=90=8E=E5=8F=98=E6=88=90=206.1=20=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 30e33023d..0c3d603b8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=7.2.5", - "topthink/framework": "^6.0.0", + "topthink/framework": "6.0.*", "topthink/think-orm": "^2.0" }, "require-dev": {