Switch PHP Parallel Lint provider.
jakub-onderka/php-parallel-lint has been abandoned, and the original author has recommended swithcing to php-parallel-lint/php-parallel-lint. Fixes #5007.
This commit is contained in:
parent
cbfa309c39
commit
61cadeb623
|
|
@ -47,7 +47,7 @@
|
|||
"phpunit/phpunit-selenium": "~1.2",
|
||||
"meyfa/phpunit-assert-gd": "1.1.0",
|
||||
"squizlabs/php_codesniffer": "3.*",
|
||||
"jakub-onderka/php-parallel-lint": "^1.0"
|
||||
"php-parallel-lint/php-parallel-lint": "^1.0"
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue