Skip to content

Commit 42a89d9

Browse files
committed
升级symfony/class-loader
1 parent 0919d4e commit 42a89d9

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

composer.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,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.2.0"
20-
},
21-
"license": "MIT",
22-
"authors": [
23-
{
24-
"name": "hg-code",
25-
"email": "[email protected]"
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+
"email": "[email protected]"
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+
}

0 commit comments

Comments
 (0)