Skip to content

Commit

Permalink
Merge ed741fd into 3aad4d6
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Feb 22, 2020
2 parents 3aad4d6 + ed741fd commit 7541c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -27,8 +27,8 @@
"dealerdirect/phpcodesniffer-composer-installer" : "^0.3 || ^0.4.1 || ^0.5 || ^0.6.2"
},
"require-dev" : {
"jakub-onderka/php-parallel-lint": "^1.0",
"jakub-onderka/php-console-highlighter": "^0.4",
"php-parallel-lint/php-parallel-lint": "^1.1.0",
"php-parallel-lint/php-console-highlighter": "^0.4",
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"conflict": {
Expand All @@ -46,7 +46,7 @@
},
"scripts" : {
"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 phpcsstandards/phpcsdevcs:\"^1.0\" --no-suggest --update-no-dev"
Expand Down

0 comments on commit 7541c19

Please sign in to comment.