Skip to content

Commit

Permalink
Add composer script to update dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Sep 22, 2022
1 parent 910bef0 commit 48a6d1a
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 @@ -33,7 +33,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 48a6d1a

Please sign in to comment.