27 lines
613 B
JSON
27 lines
613 B
JSON
|
{
|
||
|
"name": "xiaodi/think-auth",
|
||
|
"description": "Auth Package For ThinkPHP 6.0",
|
||
|
"homepage": "https://github.com/xiaodit/think-auth",
|
||
|
"license": "Apache-2.0",
|
||
|
"minimum-stability": "stable",
|
||
|
"version": "3.0.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "xiaodi",
|
||
|
"email": "758861884@qq.com"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/xiaodit/think-auth/issues"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1.0",
|
||
|
"topthink/framework": "6.0.*-dev"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"xiaodi\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|