1 Star 2 Fork 0

ltxlong/thinkphp6-auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
ltxlong 提交于 2021-08-03 16:06 . Create composer.json
{
"name": "ltxlong/thinkphp6-auth",
"description": "auth package for thinkphp6",
"homepage": "https://github.com/ltxlong/thinkphp6-auth",
"license": "Apache-2.0",
"minimum-stability": "stable",
"version": "1.0.0",
"authors": [
{
"name": "ltxlong",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/ltxlong/thinkphp6-auth/issues"
},
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"think\\auth\\": "src/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ltxlong/thinkphp6-auth.git
[email protected]:ltxlong/thinkphp6-auth.git
ltxlong
thinkphp6-auth
thinkphp6-auth
main

搜索帮助