From a72c0b5b41a54b325a9048ccc0f59e959fa497ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:57:22 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^0.2.0 to ^1.0.5 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/2.x/CHANGELOG.md) - [Commits](https://github.com/Yoast/PHPUnit-Polyfills/compare/0.2.0...1.0.5) --- 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 57655290bd..0b7f29f6bf 100644 --- a/composer.json +++ b/composer.json @@ -113,6 +113,6 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "yoast/phpunit-polyfills": "^0.2.0" + "yoast/phpunit-polyfills": "^1.0.5" } }