Skip to content

Commit 2afb126

Browse files
committed
Bump phpcompatibility requirement to development branch
As noted in #217 there hasn't been a release of phpcompatibility since 2019 and the current version can't detect PHP 8 specific code. It probably has other useful fixes for earlier versions of PHP that have been applied in the last several years as well. Fixes #217
1 parent 746ad1e commit 2afb126

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
@@ -14,7 +14,7 @@
1414
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6.2 || ^0.7.1 || ^1.0.0",
1515
"php-parallel-lint/php-console-highlighter": "^1.0",
1616
"php-parallel-lint/php-parallel-lint": "^1.3.1",
17-
"phpcompatibility/php-compatibility": "^9.3.5",
17+
"phpcompatibility/php-compatibility": "dev-develop",
1818
"wp-cli/config-command": "^1 || ^2",
1919
"wp-cli/core-command": "^1 || ^2",
2020
"wp-cli/eval-command": "^1 || ^2",

0 commit comments

Comments
 (0)