mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-30 03:57:29 +00:00
remove php-parallel-lint: php-cs-fixer does much more
This commit is contained in:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user