Skip to content

Commit

Permalink
EZP-28161: [Composer] Added composer command fix-cs
Browse files Browse the repository at this point in the history
Usage:
composer fix-cs
  • Loading branch information
Andrew Longosz committed Nov 7, 2017
1 parent c7b2607 commit 410095a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"EzSystems\\RecommendationBundle\\": ""
}
},
"scripts": {
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating"
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
Expand Down

0 comments on commit 410095a

Please sign in to comment.