代码拉取完成,页面将自动刷新
{
"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"
}
}
}
你可以在登录后,发表评论
评论 ( 0 )