From 2e66c0cd0a8fa5e2c2df19292b257c8523fe47f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:33:55 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^1.0.0 || ^2.0.0 to ^4.0.0 Updates the requirements on [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) to permit the latest version. - [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases) - [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/Yoast/PHPUnit-Polyfills/commits/4.0.0) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-version: 4.0.0 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 b00d2d2..83bff0b 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "roots/wordpress": "6.9.*", "wp-phpunit/wp-phpunit": "6.9.*", "symfony/var-dumper": "*", - "yoast/phpunit-polyfills": "^1.0.0 || ^2.0.0", + "yoast/phpunit-polyfills": "^4.0.0", "gin0115/wpunit-helpers": "~1", "roave/security-advisories": "dev-latest", "friendsofphp/php-cs-fixer": "^3",