diff --git a/bin/php-lint b/bin/php-lint index 0528ec77..71d9b7cc 100755 --- a/bin/php-lint +++ b/bin/php-lint @@ -7,4 +7,4 @@ # ./bin/php-lint # -"$(pwd)/vendor/bin/parallel-lint" . -e php --exclude vendor --exclude .git $@ +"$(pwd)/vendor/bin/parallel-lint" . -e php --show-deprecated --exclude vendor --exclude .git $@ diff --git a/composer.json b/composer.json index 8cedf46c..69cc2f44 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "wp-coding-standards/wpcs": "^2.3" }, "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.0", - "php-parallel-lint/php-console-highlighter": "^0.5", + "php-parallel-lint/php-parallel-lint": "^1.3.2", + "php-parallel-lint/php-console-highlighter": "^1.0.0", "phpcompatibility/php-compatibility": "^9", "phpcsstandards/phpcsdevtools": "^1.0", "phpunit/phpunit": "^4 || ^5 || ^6 || ^7"