Skip to content

Commit

Permalink
Added a composer shortcut to update dev tools: composer update-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Aug 7, 2022
1 parent 3865b69 commit 26f74a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"csfixer": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --using-cache=no --verbose --ansi",
"cs-check": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --using-cache=no --verbose --ansi --dry-run",
"phpstan": "tools/phpstan/vendor/bin/phpstan --ansi analyse src",
"rector": "tools/rector/vendor/bin/rector process src"
"rector": "tools/rector/vendor/bin/rector process src",
"update-tools": "composer update --working-dir=tools/php-cs-fixer ; composer update --working-dir=tools/phpstan ; composer update --working-dir=tools/rector"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 26f74a3

Please sign in to comment.