Skip to content

Commit b496ad5

Browse files
committed
🆙 Update composer.json metadata
1 parent 1399024 commit b496ad5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nelson6e65/phpdoc-vuepress",
3-
"description": "phpDocumentor template that generates API documentation pages for a VuePress project.",
4-
"keywords" : [ "PHPDoc", "phpDocumentor", "Documentation", "Markdown", "VuePress" ],
5-
"homepage" : "https://github.com/nelson6e65",
3+
"description": "phpDocumentor template for VuePress.",
4+
"keywords" : [ "PHPDoc", "PHP", "phpDocumentor", "Documentation", "Markdown", "VuePress" ],
5+
"homepage" : "https://github.com/nelson6e65/phpdoc-vuepress",
66
"license": "MIT",
77
"authors": [
88
{
@@ -17,5 +17,10 @@
1717
},
1818
"require-dev": {
1919
"phpdocumentor/phpdocumentor": "^2.9"
20-
}
20+
},
21+
"extra": {
22+
"branch-alias": {
23+
"dev-master": "v1.0.x-dev"
24+
}
25+
}
2126
}

0 commit comments

Comments
 (0)