Add support for tool Laravel Pint

This commit is contained in:
Ruben Robles
2022-07-11 11:29:13 +02:00
committed by Ruben Robles
parent 3312ea6101
commit 0f688a10cb
3 changed files with 12 additions and 2 deletions

View File

@ -105,6 +105,14 @@
"version_prefix": "",
"version_parameter": "-V"
},
"pint": {
"type": "phar",
"repository": "laravel/pint",
"extension": ".phar",
"domain": "https://github.com",
"version_prefix": "Pint ",
"version_parameter": "-V"
},
"psalm": {
"type": "phar",
"repository": "vimeo/psalm",