Skip to content

Commit

Permalink
Merge pull request #714 from Automattic/feature/composer-update-lint-…
Browse files Browse the repository at this point in the history
…dependencies
  • Loading branch information
GaryJones authored Apr 24, 2022
2 parents 9286daa + 657a53c commit 7965807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/php-lint
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7965807

Please sign in to comment.