Skip to content

Commit 7965807

Browse files
authored
Merge pull request #714 from Automattic/feature/composer-update-lint-dependencies
2 parents 9286daa + 657a53c commit 7965807

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/php-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# ./bin/php-lint
88
#
99

10-
"$(pwd)/vendor/bin/parallel-lint" . -e php --exclude vendor --exclude .git $@
10+
"$(pwd)/vendor/bin/parallel-lint" . -e php --show-deprecated --exclude vendor --exclude .git $@

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"wp-coding-standards/wpcs": "^2.3"
2323
},
2424
"require-dev": {
25-
"php-parallel-lint/php-parallel-lint": "^1.0",
26-
"php-parallel-lint/php-console-highlighter": "^0.5",
25+
"php-parallel-lint/php-parallel-lint": "^1.3.2",
26+
"php-parallel-lint/php-console-highlighter": "^1.0.0",
2727
"phpcompatibility/php-compatibility": "^9",
2828
"phpcsstandards/phpcsdevtools": "^1.0",
2929
"phpunit/phpunit": "^4 || ^5 || ^6 || ^7"

0 commit comments

Comments
 (0)