From 0a2204b4b48f97d917a05e6458e3f18986aba820 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 20 Sep 2025 06:44:52 +0200 Subject: [PATCH] Composer: update PHPUnit Polyfills ... to a PHP 8.5 compatible version. Ref: https://github.com/Yoast/PHPUnit-Polyfills/releases/tag/2.0.5 --- **Mind**: this will need to be included in any further 2.0.x releases, but when backporting, the version needed should be `^1.1.5`. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 98477ced9..77aef02ea 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "requests/test-server": "dev-main", "roave/security-advisories": "dev-latest", "wp-coding-standards/wpcs": "^3.1", - "yoast/phpunit-polyfills": "^2.0.1" + "yoast/phpunit-polyfills": "^2.0.5" }, "suggest": { "ext-curl": "For improved performance",