Add support for cpx (#1104)

* Add support for cpx

* README: add cpx to tools list
This commit is contained in:
Wendell Adriel
2026-08-05 11:12:46 +01:00
committed by GitHub
parent ced9161b13
commit a6c520081f
3 changed files with 14 additions and 3 deletions
+8
View File
@@ -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",