Skip to content

Commit

Permalink
chore: Add rector script to composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Sep 20, 2024
1 parent 1a4978c commit f9f95cf
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 @@ -67,7 +67,8 @@
],
"test": "phpunit --configuration tests/phpunit-autotest.xml",
"test:db": "@composer run test -- --group DB,SLOWDB",
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml"
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml",
"rector": "rector && composer cs:fix"
},
"extra": {
"bamarni-bin": {
Expand Down

0 comments on commit f9f95cf

Please sign in to comment.