1 Star 0 Fork 7

简单 / jwt-auth

forked from 青衣煮茶 / jwt-auth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
莫羿 提交于 2022-01-13 10:52 . up
{
"name": "xmo/jwt-auth",
"type": "library",
"license": "MIT",
"keywords": [
"php",
"hyperf"
],
"authors": [
{
"name": "xmo",
"email": "root@imoi.cn",
"role": "Developer"
}
],
"description": "jwt-auth Component",
"autoload": {
"psr-4": {
"Xmo\\JWTAuth\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "tests"
}
},
"require": {
"php": ">=7.4",
"ext-swoole": ">=4.6",
"lcobucci/jwt": "~4.1.0",
"nesbot/carbon": "^1.0 || ^2.0"
},
"require-dev": {},
"suggest": {
"hyperf/utils": "required hyperf/utils ~2.2.0",
"hyperf/cache": "required hyperf/cache ~2.2.0",
"hyperf/command": "required hyperf/command ~2.2.0",
"hyperf/config": "required hyperf/config ~2.2.0",
"hyperf/di": "required hyperf/di ~2.2.0"
},
"config": {
"sort-packages": true
},
"scripts": {},
"extra": {
"hyperf": {
"config": "Xmo\\JWTAuth\\ConfigProvider"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/3055902/jwt-auth.git
git@gitee.com:3055902/jwt-auth.git
3055902
jwt-auth
jwt-auth
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891