build(composer): 将 jwt 改为了建议

This commit is contained in:
李东云
2022-04-27 19:07:00 +08:00
parent e6da312479
commit 6edca4c7dc

View File

@@ -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": {