1 Star 0 Fork 0

橘子味的心 / think-auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
橘子味的心 提交于 2022-03-26 16:37 . 优化
{
"name": "x_mier/think-auth",
"description": "auth package for thinkphp6",
"homepage": "https://gitee.com/x_mier/think-auth",
"license": "Apache-2.0",
"minimum-stability": "stable",
"authors": [
{
"name": "橘子味的心",
"email": "x_mier@qq.com"
}
],
"support": {
"issues": "https://gitee.com/x_mier/think-auth/issues"
},
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"x_mier\\auth\\": "src/"
}
},
"extra": {
"think": {
"services": [
"x_mier\\auth\\Service"
]
}
}
}
1
https://gitee.com/x_mier/think-auth.git
git@gitee.com:x_mier/think-auth.git
x_mier
think-auth
think-auth
master

搜索帮助