From 210d7fa4d64c58427caf4a2f86d008635182e7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:20:23 +0700 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^2.0 to ^3.0 (#34) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 469e810..974c8ee 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "syntatis/coding-standard": "^1.4", "szepeviktor/phpstan-wordpress": "^1.3", "wp-phpunit/wp-phpunit": "^6.6", - "yoast/phpunit-polyfills": "^2.0" + "yoast/phpunit-polyfills": "^3.0" }, "scripts": { "phpcs:fix": "vendor/bin/phpcbf",