加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
SIN 提交于 2023-03-20 23:25 . init commit
{
"name": "rantotech/think-jwt",
"description": "thinkphp jwt auth composer",
"type": "library",
"require":
{
"php": ">=8.0",
"lcobucci/jwt": "4.*",
"topthink/framework": "^6.0.0"
},
"autoload":{
"psr-4":{
"think\\jwt\\": "src"
}
},
"extra":{
"think":{
"services": [
"think\\JwtAuthProviderService"
],
"config":{
"jwt": "config/config.php"
}
}
},
"scripts" : {
"post-install-cmd": [
"php think jwt:create"
]
},
"minimum-stability": "stable"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化