File tree Expand file tree Collapse file tree 1 file changed +44
-44
lines changed Expand file tree Collapse file tree 1 file changed +44
-44
lines changed Original file line number Diff line number Diff line change 1
- {
2
- "name" : " hg/apidoc" ,
3
- "description" : " thinkphp API文档自动生成" ,
4
- "type" : " think-extend" ,
5
- "keywords" : [
6
- " thinkphp" ,
7
- " apidoc" ,
8
- " api文档" ,
9
- " 接口文档" ,
10
- " 自动生成api" ,
11
- " 注释生成" ,
12
- " php接口文档" ,
13
- " php api文档" ,
14
- " Markdown"
15
- ],
16
- "require" : {
17
- "php" : " >=7.1.0" ,
18
- "doctrine/annotations" : " ^1.6" ,
19
- "symfony/class-loader" : " ~3.2.0 "
20
- },
21
- "license" : " MIT" ,
22
- "authors" : [
23
- {
24
- "name" : " hg-code" ,
25
-
26
- }
27
- ],
28
- "autoload" : {
29
- "psr-4" : {
30
- "hg\\ apidoc\\ " : " src/"
31
- }
32
- },
33
- "extra" : {
34
- "think" : {
35
- "services" : [
36
- " hg\\ apidoc\\ Service"
37
- ],
38
- "config" : {
39
- "apidoc" : " src/config.php"
40
- }
41
- }
42
- },
43
- "minimum-stability" : " beta"
44
- }
1
+ {
2
+ "name" : " hg/apidoc" ,
3
+ "description" : " thinkphp API文档自动生成" ,
4
+ "type" : " think-extend" ,
5
+ "keywords" : [
6
+ " thinkphp" ,
7
+ " apidoc" ,
8
+ " api文档" ,
9
+ " 接口文档" ,
10
+ " 自动生成api" ,
11
+ " 注释生成" ,
12
+ " php接口文档" ,
13
+ " php api文档" ,
14
+ " Markdown"
15
+ ],
16
+ "require" : {
17
+ "php" : " >=7.1.0" ,
18
+ "doctrine/annotations" : " ^1.6" ,
19
+ "symfony/class-loader" : " ~3.4.47 "
20
+ },
21
+ "license" : " MIT" ,
22
+ "authors" : [
23
+ {
24
+ "name" : " hg-code" ,
25
+
26
+ }
27
+ ],
28
+ "autoload" : {
29
+ "psr-4" : {
30
+ "hg\\ apidoc\\ " : " src/"
31
+ }
32
+ },
33
+ "extra" : {
34
+ "think" : {
35
+ "services" : [
36
+ " hg\\ apidoc\\ Service"
37
+ ],
38
+ "config" : {
39
+ "apidoc" : " src/config.php"
40
+ }
41
+ }
42
+ },
43
+ "minimum-stability" : " beta"
44
+ }
You can’t perform that action at this time.
0 commit comments