remove php-parallel-lint: php-cs-fixer does much more

This commit is contained in:
Nicolas CARPi
2022-12-07 23:12:17 +01:00
parent ac721e57b9
commit 4be83550c0
+1 -2
View File
@@ -21,7 +21,6 @@
},
"require-dev": {
"phpunit/phpunit": "@stable",
"php-parallel-lint/php-parallel-lint": "^1.2",
"friendsofphp/php-cs-fixer": "^3.13"
},
"suggest": {
@@ -40,7 +39,7 @@
},
"scripts": {
"lint": [
"parallel-lint --exclude vendor ."
"php-cs-fixer fix -v"
],
"test": [
"XDEBUG_MODE=coverage phpunit"