Tools: add support for phpDocumentor

This commit is contained in:
jrfnl
2021-09-19 13:40:04 +02:00
parent 1fa3ba1b16
commit fa5fbefff9
3 changed files with 14 additions and 3 deletions

View File

@ -56,6 +56,15 @@
"version_prefix": "",
"version_parameter": "--version"
},
"phpDocumentor": {
"type": "phar",
"repository": "phpDocumentor/phpDocumentor",
"extension": ".phar",
"domain": "https://github.com",
"alias": "phpdoc",
"version_prefix": "v",
"version_parameter": "--version"
},
"phpmd": {
"type": "phar",
"repository": "phpmd/phpmd",