Skip to content

Commit

Permalink
php-cs-fixer - add it as suggested tool to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jun 10, 2017
1 parent 1724025 commit 9170c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"phpmetrics/phpmetrics": "*"
},
"suggest": {
"friendsofphp/php-cs-fixer": "A tool to automatically fix PHP coding standards issues",
"jakub-onderka/php-parallel-lint": "Check PHP syntax",
"jakub-onderka/php-console-highlighter": "Colored output in parallel-lint",
"phpstan/phpstan": "PHP Static Analysis Tool - discover bugs in your code without running it!"
Expand Down

0 comments on commit 9170c7a

Please sign in to comment.