Skip to content

Commit

Permalink
return php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nuwber committed Mar 12, 2021
1 parent 9d4b36b commit e663cb8
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 @@ -9,7 +9,8 @@
],
"minimum-stability": "stable",
"scripts": {
"test": "./vendor/bin/phpunit"
"test": "./vendor/bin/phpunit",
"fix-style": "php-cs-fixer fix ."
},
"require": {
"php": "^7.1 || ^8.0",
Expand Down

0 comments on commit e663cb8

Please sign in to comment.