Replaces style checker with PHP CS Fix

This commit is contained in:
Basilius Sauter
2019-06-25 20:23:22 +02:00
parent e8f2ea56bc
commit 8612a53538
23 changed files with 860 additions and 166 deletions
+2 -1
View File
@@ -14,6 +14,7 @@
],
"require": {
"php": "^7.1.0",
"ext-pdo": "*",
"composer/composer": "*",
"gedmo/doctrine-extensions": "*",
"doctrine/orm": "^2.5",
@@ -33,6 +34,6 @@
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/php-code-coverage": "*",
"dancryer/php-docblock-checker": "*"
"friendsofphp/php-cs-fixer": "*"
}
}