From 2afb12653d25317fd414b51b101c769d02ef99ea Mon Sep 17 00:00:00 2001 From: Isla Waters Date: Sat, 17 Aug 2024 11:31:25 -0400 Subject: [PATCH] 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 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 05b17a43..7d9e91ef 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6.2 || ^0.7.1 || ^1.0.0", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3.1", - "phpcompatibility/php-compatibility": "^9.3.5", + "phpcompatibility/php-compatibility": "dev-develop", "wp-cli/config-command": "^1 || ^2", "wp-cli/core-command": "^1 || ^2", "wp-cli/eval-command": "^1 || ^2",