From 33bdd019337880d6371604f488263f741ec3792a Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Mon, 13 Jul 2020 17:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4db7b5e..aa3e5e9 100644 --- a/composer.json +++ b/composer.json @@ -21,14 +21,12 @@ "topthink/framework": "6.0.2", "topthink/think-orm": "v2.0.31", "topthink/think-migration": "^3.0", - "thans/tp-jwt-auth": "^1.0", + "thans/tp-jwt-auth": "1.1", "jaguarjack/think-filesystem-cloud": "dev-master", "overtrue/wechat": "^4.2", - "ext-json": "*", "jaguarjack/migration-generator": "dev-master", - "ext-zip": "*", "phpoffice/phpspreadsheet": "^1.12", - "ext-pcntl": "*" + "dragonmantank/cron-expression": "^3.0" }, "require-dev": { "topthink/think-trace":"^1.0",