From 4f05a869c4d9be5a81fc38db6ed6d4eef1d80d21 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 21 Feb 2026 17:51:46 +0100 Subject: [PATCH] Composer: update to YoastCS 3.4.0 This switches the package over to use the PHPCompatibility 10.0-alpha2 version, which should get us much more extensive PHP cross-version compatibility issue detection. Refs: * https://github.com/Yoast/yoastcs/releases/tag/3.4.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5f73896..bf1078c 100644 --- a/composer.json +++ b/composer.json @@ -35,9 +35,9 @@ "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.4.0", - "yoast/yoastcs": "^3.3.0" + "yoast/yoastcs": "^3.4.0" }, - "minimum-stability": "dev", + "minimum-stability": "alpha", "prefer-stable": true, "autoload": { "classmap": [