Skip to content

Commit

Permalink
Add phpcbf composer script in scaffolded composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Mar 25, 2024
1 parent 8819088 commit 5421281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/composer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"behat-rerun": "rerun-behat-tests",
"lint": "run-linter-tests",
"phpcs": "run-phpcs-tests",
"phpcbf": "run-phpcbf-cleanup",
"phpunit": "run-php-unit-tests",
"prepare-tests": "install-package-tests",
"test": [
Expand Down

0 comments on commit 5421281

Please sign in to comment.