From 5f5662918c66765fe7ee790505fd7a04768c6cfe Mon Sep 17 00:00:00 2001 From: hdm Date: Fri, 11 Nov 2022 15:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=8D=87=E7=BA=A7thinkphp?= =?UTF-8?q?=E6=A1=86=E6=9E=B6=E8=87=B3=E5=AE=98=E6=96=B9TP6.1=E7=9A=84?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f69ccaf..fdb57c3 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ ], "require": { "php": ">=7.2.5", - "topthink/framework": "6.0.14", + "topthink/framework": "^6.1", + "topthink/think-filesystem": "^2.0", "topthink/think-orm": "^2.0", "topthink/think-multi-app": "^1.0", "topthink/think-view": "^1.0",