Skip to content

Commit b4e7bf2

Browse files
committed
Composer: update dev dependency version allowances
* Version 1.2.0 of PHP Parallel Lint has been released. * Version 0.5 of PHP Console Highlighter has been released. Especially that last one needs an update to the `composer.json` for it to be allowed to be installed.
1 parent 7799db4 commit b4e7bf2

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)