From 84cd66db22574d75f0a515b51d781558dc63cc5f Mon Sep 17 00:00:00 2001 From: Dan Knauss Date: Sat, 20 Jun 2026 00:55:19 -0600 Subject: [PATCH] build(deps-dev): update phpunit polyfills to 4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a061f21..8a03e36 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.6", - "yoast/phpunit-polyfills": "^2.0", + "yoast/phpunit-polyfills": "^4.0", "wp-phpunit/wp-phpunit": "^7.0", "wp-coding-standards/wpcs": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0",