Skip to content

Commit 3921c7d

Browse files
committed
Composer: bump PHP Parallel Lint
Mostly to ensure the version installed will be compatible with all PHP version supported by this tool. (v1.4.0 added support for PHP 8.4) Ref: https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.4.0
1 parent dc3f9dd commit 3921c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"wp-coding-standards/wpcs": "^3.1.0"
2525
},
2626
"require-dev": {
27-
"php-parallel-lint/php-parallel-lint": "^1.3.2",
27+
"php-parallel-lint/php-parallel-lint": "^1.4.0",
2828
"php-parallel-lint/php-console-highlighter": "^1.0.0",
2929
"phpcompatibility/php-compatibility": "^9",
3030
"phpcsstandards/phpcsdevtools": "^1.0",

0 commit comments

Comments
 (0)