From 4966c78bcb56088bb8fc19a31a128580cac2af29 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 30 Jun 2023 21:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=B0=83=E6=95=B4?= 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 bd3b8d1d4..a50f1d069 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.0.0", - "topthink/framework": "8.0.x-dev", + "topthink/framework": "^8.0", "topthink/think-orm": "^3.0", "topthink/think-filesystem": "^2.0" },