Update composer.json

Suggest friendsofphp/php-cs-fixer instead of fabpot/php-cs-fixer which is no longer maintained.
This commit is contained in:
Mecit 2018-06-20 23:25:11 +03:00 committed by GitHub
parent 700e23777f
commit fca464615e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
"egulias/email-validator": "Strict (RFC compliant) email validation",
"symfony/validator": "Use Symfony validator through Respect\\Validation",
"zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation",
"fabpot/php-cs-fixer": "Fix PSR2 and other coding style issues"
"friendsofphp/php-cs-fixer": "Fix PSR2 and other coding style issues"
},
"autoload": {
"psr-4": {