Skip to content

Commit e628143

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 9286daa commit e628143

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
@@ -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)