diff --git a/composer.json b/composer.json index d566ed1b..41d4b91a 100644 --- a/composer.json +++ b/composer.json @@ -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!"