From 04313ab6455257eb5b066da76b166b4f4a119719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:18:23 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^2.0 to ^2.0 || ^3.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/3.x/CHANGELOG.md) - [Commits](https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills 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 67a7933..2797d93 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phlak/coding-standards": "^2.0", "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^9.0 || ^10.0", - "yoast/phpunit-polyfills": "^2.0" + "yoast/phpunit-polyfills": "^2.0 || ^3.0" }, "autoload": { "psr-4": {