From 714915bf5e68b9ba6635f6a9c43bcc0ff3abbdd0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 05:36:07 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^0.2.0 to ^1.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/develop/CHANGELOG.md) - [Commits](https://github.com/Yoast/PHPUnit-Polyfills/compare/0.2.0...1.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a15b39bf3..57e37eec0 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "illuminate/routing": "^5.2|^6|^7|^8", "mockery/mockery": ">=0.9.9", "phpunit/phpunit": "^8.5|^9.4", - "yoast/phpunit-polyfills": "^0.2.0" + "yoast/phpunit-polyfills": "^1.0.0" }, "autoload": { "psr-4": {