Skip to content

Commit

Permalink
Add rector helper command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebarbaro committed Jun 17, 2024
1 parent a99c4b4 commit 81efe8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
}
},
"scripts": {
"rector": "vendor/bin/rector process",
"rector-dry": "vendor/bin/rector process --dry-run",
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"cs-check": "vendor/bin/phpcs",
Expand Down

0 comments on commit 81efe8c

Please sign in to comment.