From 68c34f7508554ff8f4d9ff301e32caac497ba55c Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 5 Feb 2026 00:12:16 +0100 Subject: [PATCH] Composer: update PHPUnit Polyfills This upgrade will get us improved compatibility with PHP 8.5. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3901c0a..c5ba655 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": ">=5.6", "brain/monkey": "^2.6.2", - "yoast/phpunit-polyfills": "^1.1.1" + "yoast/phpunit-polyfills": "^1.1.5" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0",