mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-08-15 21:11:45 +07:00
Add support for cpx (#1104)
* Add support for cpx * README: add cpx to tools list
This commit is contained in:
@@ -42,6 +42,14 @@
|
||||
"version_prefix": "",
|
||||
"version_parameter": "diagnose"
|
||||
},
|
||||
"cpx": {
|
||||
"type": "phar",
|
||||
"repository": "laravel/cpx",
|
||||
"extension": "",
|
||||
"domain": "https://github.com",
|
||||
"version_prefix": "v",
|
||||
"version_parameter": "--version"
|
||||
},
|
||||
"cs2pr": {
|
||||
"type": "phar",
|
||||
"repository": "staabm/annotate-pull-request-from-checkstyle",
|
||||
|
||||
Reference in New Issue
Block a user