From 568b2bed528d2c28ed6cba9863f5a5c900a39830 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 29 Dec 2022 12:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=A1=86=E6=9E=B6=E5=92=8C?= =?UTF-8?q?=E7=B1=BB=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c86af82..1e81d06 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,16 @@ ], "require": { "php": ">=7.1.0", - "topthink/framework": "6.0.*", - "topthink/think-orm": "2.0.*", + "topthink/framework": "^6.0", + "topthink/think-orm": "^2.0", "topthink/think-view": "^1.0", "topthink/think-migration": "^3.0", "topthink/think-helper": "^3.1", "topthink/think-captcha": "^3.0", "topthink/think-multi-app": "^1.0", "scssphp/scssphp": "^1.11", - "erusev/parsedown": "^1.7" + "erusev/parsedown": "^1.7", + "topthink/think-filesystem": "^2.0" }, "require-dev": { "symfony/var-dumper": "^4.2"