From 0c55656bcc3d5dd7e534d6dec25fd87b68f2e165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:25:11 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^1.0 to ^4.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/compare/1.0.0...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 2c13f66..7f8b544 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ext-memcache": "*" }, "require-dev": { - "yoast/phpunit-polyfills": "^1.0", + "yoast/phpunit-polyfills": "^4.0", "phpunit/phpunit": "^9.5" }, "config": {