From 6edca4c7dc43235212c44a041a61504d310214f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Wed, 27 Apr 2022 19:07:00 +0800 Subject: [PATCH] =?UTF-8?q?build(composer):=20=E5=B0=86=20jwt=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=BA=86=E5=BB=BA=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e85c470..ab147c5 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "php": "~8.0", "composer/composer": "*", "ergebnis/http-method": "^2.2", - "firebase/php-jwt": "^6.1", "hyperf/config": "^2.2", "hyperf/constants": "^2.2", "hyperf/context": "^2.2", @@ -38,7 +37,7 @@ "hyperf/session": "^2.2" }, "suggest": { - "hyperf/redis": "JWT 必需,Session 根据实际需要来", + "firebase/php-jwt": "JWT 鉴权必需", "hyperf/session": "Session 鉴权必需" }, "config": {