From daeb1e9610454705cba11edbf34aadcbe726df37 Mon Sep 17 00:00:00 2001
From: hdm <hdm58@qq.com>
Date: Fri, 11 Nov 2022 12:28:41 +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 dfaa7bb..c169ca7 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,8 @@
     ],
     "require": {
         "php": ">=7.2.5",
-        "topthink/framework": "6.0.14",
+        "topthink/framework": "6.1.1",
+		"topthink/think-filesystem": "^2.0",
         "topthink/think-orm": "^2.0",
         "topthink/think-multi-app": "^1.0",
         "topthink/think-view": "^1.0",