TaoLer/vendor/taoser/think-auth/composer.json
2020-02-12 17:52:29 +08:00

31 lines
704 B
JSON

{
"name": "taoser/think-auth",
"description": "The Auth package forThinkphp6,ThinkPHP6的Auth权限扩展",
"keywords": ["think-auth", "thinkphp6"],
"homepage": "https://github.com/taoser/think-auth",
"license": "Apache-2.0",
"type": "think-extend",
"authors": [
{
"name": "taoser",
"email": "changlin_zhao@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0"
},
"autoload": {
"psr-4": {
"taoser\\think\\": "src/"
}
},
"extra": {
"think": {
"config": {
"auth": "src/config/auth.php"
}
}
}
}