Add support for pie in tools

This commit is contained in:
Andreas Braun
2025-05-08 09:46:50 +02:00
parent cf4cade272
commit dd942787eb
3 changed files with 19 additions and 7 deletions

View File

@ -136,6 +136,14 @@
"version_prefix": "",
"version_parameter": "-V"
},
"pie": {
"type": "phar",
"repository": "php/pie",
"extension": ".phar",
"domain": "https://github.com",
"version_prefix": "",
"version_parameter": "-V"
},
"pint": {
"type": "phar",
"repository": "laravel/pint",