From f1a32aa4d616112b1e468bbbbb34d0b78c28ce96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:37:01 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement Updates the requirements on [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) to permit the latest version. Updates `yoast/phpunit-polyfills` to 4.0.0 - [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/compare/1.0.0...4.0.0) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-version: 4.0.0 dependency-type: direct:development dependency-group: composer-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51582a6..2bcad38 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpunit/phpunit": ">=6", "squizlabs/php_codesniffer": "^3.0", "wp-coding-standards/wpcs": "^3.0", - "yoast/phpunit-polyfills": "^1.0", + "yoast/phpunit-polyfills": "^4.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "wpackagist-plugin/taro-ad-fields": "^1.2", "phpstan/phpstan": "^2.1",