From 9ba54333f337ee2c3f06054bb896bba9696d926c Mon Sep 17 00:00:00 2001 From: ThinkPHP Date: Wed, 26 Oct 2022 16:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A1=86=E6=9E=B6=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dd7b515..ddeabe9 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "workerman/workerman": "^3.5.23", "workerman/gateway-worker": "^3.0.0", - "topthink/framework": "^6.0.0", + "topthink/framework": "^6.0", "ext-fileinfo": "*" }, "autoload": { @@ -32,4 +32,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}