From beb53b557c59355998ecd9d47f2e3ffc3a6e7aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:08:28 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^0.2.0 || ^1.0.0 to ^0.2.0 || ^1.0.0 || ^3.0.0 --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c7a0ae994..ca1520f71 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "sirbrillig/phpcs-variable-analysis": "^2.11.2", "squizlabs/php_codesniffer": "^3", "wp-coding-standards/wpcs": "^2.3", - "yoast/phpunit-polyfills": "^0.2.0 || ^1.0.0" + "yoast/phpunit-polyfills": "^0.2.0 || ^1.0.0 || ^3.0.0" }, "suggest": { "ext-json": "Provides native implementation of json_encode()/json_decode().",