Skip to content

Commit

Permalink
Merge pull request #39 from PHPCSStandards/feature/use-parallel-lint-…
Browse files Browse the repository at this point in the history
…fork

CI: switch to fork of Parallel-lint package
  • Loading branch information
jrfnl committed Mar 10, 2020
2 parents 0a0e2f2 + 254d824 commit d6aaf8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"phpcsstandards/phpcsutils" : "^1.0 || dev-develop"
},
"require-dev" : {
"jakub-onderka/php-parallel-lint": "^1.0",
"jakub-onderka/php-console-highlighter": "^0.4",
"php-parallel-lint/php-parallel-lint": "^1.0",
"php-parallel-lint/php-console-highlighter": "^0.4",
"phpcsstandards/phpcsdevtools": "^1.0",
"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0"
},
Expand All @@ -38,7 +38,7 @@
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
],
"lint": [
"@php ./vendor/jakub-onderka/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
],
"install-devcs": [
"composer require --dev phpcsstandards/phpcsdevcs:\"^1.0\" --no-suggest"
Expand Down

0 comments on commit d6aaf8c

Please sign in to comment.