From 2f0c8fad8ded7d07be10969e094a35c4750552d2 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 1 Dec 2025 09:31:04 +0100 Subject: [PATCH 1/2] Fix `phpcompatibility/php-compatibility` requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e9091d7a..a204099fd 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": "dev-develop", + "phpcompatibility/php-compatibility": "^10.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^1.12.26 || ^2.0", "phpstan/phpstan-deprecation-rules": "^1.2 || ^2.0", From c0586e6878ffefa35b6a83b77c5114ca783bad4a Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 1 Dec 2025 09:44:40 +0100 Subject: [PATCH 2/2] Use WPCs develop branch as well --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a204099fd..eed68ba88 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "wp-cli/core-command": "^1 || ^2", "wp-cli/eval-command": "^1 || ^2", "wp-cli/wp-cli": "^2.12", - "wp-coding-standards/wpcs": "^3", + "wp-coding-standards/wpcs": "dev-develop", "yoast/phpunit-polyfills": "^1.0 || ^2.0 || ^3.0 || ^4.0" }, "require-dev": {