Skip to content

Commit 823dbb4

Browse files
authored
Merge pull request #162 from PHPCSStandards/feature/composer-update-other-dependencies
Composer: update dev dependency version allowances
2 parents 7799db4 + b4e7bf2 commit 823dbb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"dealerdirect/phpcodesniffer-composer-installer" : "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7"
2828
},
2929
"require-dev" : {
30-
"php-parallel-lint/php-parallel-lint": "^1.1.0",
31-
"php-parallel-lint/php-console-highlighter": "^0.4",
30+
"php-parallel-lint/php-parallel-lint": "^1.2.0",
31+
"php-parallel-lint/php-console-highlighter": "^0.5",
3232
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
3333
},
3434
"conflict": {

0 commit comments

Comments
 (0)