Skip to content

Commit c323d72

Browse files
author
jay
committed
fixed:修复
1 parent 6fe1c11 commit c323d72

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
{
22
"name": "phpzlc/document-bundle",
3-
"description": "文档生成组件",
3+
"description": "API文档生成组件",
4+
"homepage": "https://phpzlc.github.io/",
45
"license": "MIT",
56
"type": "library",
67
"keywords": [
7-
"phpzlc", "document", "symfony"
8+
"phpzlc", "symfony"
89
],
9-
"homepage": "",
10+
"support": {
11+
"email": "1044295598@qq.com"
12+
},
1013
"authors": [
1114
{
12-
"name": "jay_he",
13-
"email": "hjjhanxing@gmail.com",
15+
"name": "CJayHe",
1416
"role": "Developer"
1517
}
1618
],
1719
"autoload": {
1820
"psr-4": {
1921
"PHPZlc\\Document\\": ["src"]
2022
}
23+
},
24+
"require": {
25+
"symfony/framework-bundle": "4.4.*"
2126
}
2227
}
2328

0 commit comments

Comments
 (0)