From 584477f711217518e2efbd429274b86273f16f3b Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Wed, 20 Jan 2021 19:20:09 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 66635e2..19f759d 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,10 @@ ], "require": { "php": ">=7.1.0", - "topthink/framework": "6.0.5", + "topthink/framework": "6.0.6", "topthink/think-orm": "2.0.33", "topthink/think-migration": "^3.0", "thans/tp-jwt-auth": "1.1", - "jaguarjack/think-filesystem-cloud": "dev-master", "overtrue/wechat": "^4.2", "phpoffice/phpspreadsheet": "^1.12", "dragonmantank/cron-expression": "^3.0", @@ -30,7 +29,8 @@ "ext-json": "*", "overtrue/easy-sms": "^1.1", "jaguarjack/migration-generator": "dev-master", - "lcobucci/jwt": "3.3" + "lcobucci/jwt": "3.3", + "jaguarjack/think-filesystem-cloud": "1.0" }, "require-dev": { "topthink/think-trace": "^1.0",