加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
青衣煮茶 提交于 2023-01-09 02:43 . update composer.json.
{
"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": ">=8.0",
"lcobucci/jwt": "~4.1.0",
"nesbot/carbon": "^1.0 || ^2.0"
},
"require-dev": {},
"suggest": {
"hyperf/utils": "required hyperf/utils ~3.0.0",
"hyperf/cache": "required hyperf/cache ~3.0.0",
"hyperf/command": "required hyperf/command ~3.0.0",
"hyperf/config": "required hyperf/config ~3.0.0",
"hyperf/di": "required hyperf/di ~3.0.0"
},
"config": {
"sort-packages": true
},
"scripts": {},
"extra": {
"hyperf": {
"config": "Xmo\\JWTAuth\\ConfigProvider"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化