We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed22c1 commit 32b8ea2Copy full SHA for 32b8ea2
1 file changed
composer.json
@@ -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