From d33e06b14926c0add9a703d6b4459a3b8de9340e Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 16 Mar 2024 11:40:06 +0100 Subject: [PATCH] downgrade PHPUnit polyfills --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a5b23d5..69b2bbd 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpcompatibility/phpcompatibility-wp": "^2.1", "wp-coding-standards/wpcs": "^3.0", "phpunit/phpunit": "^7|^9", - "yoast/phpunit-polyfills": "^2.0" + "yoast/phpunit-polyfills": "^1.1" }, "repositories": [ {