From c0cff01530b1a9bf478264dad7fe4f9815aa8ab5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 5 Apr 2024 19:43:32 +0200 Subject: [PATCH] Composer: update PHPUnit Polyfills This upgrade will get us continued support for running the tests via a PHAR file after the latest PHPUnit releases, as well as preliminary PHP 8.4 support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 626ab3d..90fae2e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": ">=5.6", "brain/monkey": "^2.6.1", - "yoast/phpunit-polyfills": "^1.1.0" + "yoast/phpunit-polyfills": "^1.1.1" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0",