Skip to content

Commit

Permalink
chore: add composer scripts for cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Jan 28, 2021
1 parent 0a0a006 commit 6c9477a
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 @@ -75,6 +75,8 @@
},
"scripts": {
"test": "vendor/bin/phpunit",
"cs:fix": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"cs:test": "vendor/bin/php-cs-fixer fix --dry-run --allow-risky=yes",
"post-install-cmd": "vendor/bin/cghooks add --ignore-lock",
"post-update-cmd": "vendor/bin/cghooks update"
},
Expand Down

0 comments on commit 6c9477a

Please sign in to comment.