We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe1c11 commit c323d72Copy full SHA for c323d72
composer.json
@@ -1,23 +1,28 @@
1
{
2
"name": "phpzlc/document-bundle",
3
- "description": "文档生成组件",
+ "description": "API文档生成组件",
4
+ "homepage": "https://phpzlc.github.io/",
5
"license": "MIT",
6
"type": "library",
7
"keywords": [
- "phpzlc", "document", "symfony"
8
+ "phpzlc", "symfony"
9
],
- "homepage": "",
10
+ "support": {
11
+ "email": "1044295598@qq.com"
12
+ },
13
"authors": [
14
- "name": "jay_he",
- "email": "hjjhanxing@gmail.com",
15
+ "name": "CJayHe",
16
"role": "Developer"
17
}
18
19
"autoload": {
20
"psr-4": {
21
"PHPZlc\\Document\\": ["src"]
22
23
24
+ "require": {
25
+ "symfony/framework-bundle": "4.4.*"
26
27
28
0 commit comments