mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-24 07:39:09 +07:00
Tools: add support for phpDocumentor
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user