Skip to content

Commit fd7ec4c

Browse files
authored
Merge pull request #34 from PHPCSStandards/feature/use-parallel-lint-fork
CI: switch to fork of Parallel-lint package
2 parents 2bd8c36 + 535e4b4 commit fd7ec4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"require-dev" : {
2828
"roave/security-advisories" : "dev-master",
2929
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0",
30-
"jakub-onderka/php-parallel-lint": "^1.0",
31-
"jakub-onderka/php-console-highlighter": "^0.4",
30+
"php-parallel-lint/php-parallel-lint": "^1.0",
31+
"php-parallel-lint/php-console-highlighter": "^0.4",
3232
"phpcsstandards/phpcsdevcs": "^1.0.0"
3333
},
3434
"bin": [
3535
"bin/phpcs-check-feature-completeness"
3636
],
3737
"scripts" : {
3838
"lint": [
39-
"@php ./vendor/jakub-onderka/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
39+
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
4040
],
4141
"check-cs": [
4242
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"

0 commit comments

Comments
 (0)