From 886e86ef246cdb818e666c686f062f1bf0013a16 Mon Sep 17 00:00:00 2001 From: yanwenwu Date: Sat, 25 Jan 2020 16:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6564d5b..b4a4c32 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,9 @@ "topthink/framework": "^6.0.0", "topthink/think-orm": "^2.0", "topthink/think-migration": "^3.0", - "thans/tp-jwt-auth": "^1.0" + "thans/tp-jwt-auth": "^1.0", + "workerman/workerman": "^3.5", + "jaguarjack/think-filesystem-cloud": "dev-master" }, "require-dev": { "symfony/var-dumper": "^4.2",