We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9286daa + 657a53c commit 7965807Copy full SHA for 7965807
bin/php-lint
@@ -7,4 +7,4 @@
7
# ./bin/php-lint
8
#
9
10
-"$(pwd)/vendor/bin/parallel-lint" . -e php --exclude vendor --exclude .git $@
+"$(pwd)/vendor/bin/parallel-lint" . -e php --show-deprecated --exclude vendor --exclude .git $@
composer.json
@@ -22,8 +22,8 @@
22
"wp-coding-standards/wpcs": "^2.3"
23
},
24
"require-dev": {
25
- "php-parallel-lint/php-parallel-lint": "^1.0",
26
- "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",
27
"phpcompatibility/php-compatibility": "^9",
28
"phpcsstandards/phpcsdevtools": "^1.0",
29
"phpunit/phpunit": "^4 || ^5 || ^6 || ^7"
0 commit comments