Skip to content

Commit

Permalink
[TASK] Run scripts with Composer's PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Aug 13, 2022
1 parent 1aea6ed commit 283e9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@fix:php:rector",
"@fix:php:cs"
],
"fix:php:cs": "php-cs-fixer fix",
"fix:php:cs": "@php php-cs-fixer fix",
"fix:php:rector": [
"@composer require --dev rector/rector",
"@php rector process",
Expand Down

0 comments on commit 283e9d6

Please sign in to comment.