Skip to content

Commit 32b8ea2

Browse files
authored
Create composer.json
1 parent 8ed22c1 commit 32b8ea2

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "wamkj/thinkphp6.0-auth",
3+
"description": "thinkphp6.0的Auth权限扩展",
4+
"keywords": ["think-auth", "thinkphp"],
5+
"license": "Apache-2.0",
6+
"type": "think-extend",
7+
"authors": [
8+
{
9+
"name": "wamkj",
10+
"email": "1149183529@qq.com"
11+
}
12+
],
13+
"require": {
14+
"php": ">=7.1.0",
15+
"topthink/framework": "^6.0"
16+
},
17+
"autoload": {
18+
"psr-4": {
19+
"wamkj\\thinkphp\\": "src/"
20+
}
21+
},
22+
"extra": {
23+
"think": {
24+
"config": {
25+
"auth": "src/config/auth.php"
26+
}
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)