Skip to content

Commit dade966

Browse files
committed
Composer: update PHP Parallel Lint and Console Highlighter
PHP Console Highlighter has released version `1.0.0` and PHP Parallel Lint version `1.3.2` is the first PHP Parallel Lint version which supports PHP Console Highlighter `1.0.0`. As the minimum supported PHP version is still PHP 5.3 for both, we can safely update both dependency requirements. Refs: * https://github.com/php-parallel-lint/PHP-Console-Highlighter/releases/tag/v1.0.0 * https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.3.2
1 parent ff9a5c6 commit dade966

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
"require-dev" : {
2828
"roave/security-advisories" : "dev-master",
2929
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
30-
"php-parallel-lint/php-parallel-lint": "^1.3.1",
31-
"php-parallel-lint/php-console-highlighter": "^0.5",
30+
"php-parallel-lint/php-parallel-lint": "^1.3.2",
31+
"php-parallel-lint/php-console-highlighter": "^1.0.0",
3232
"phpcsstandards/phpcsdevcs": "^1.1.3",
3333
"phpcsstandards/phpcsutils" : "^1.0"
3434
},

0 commit comments

Comments
 (0)