From 7c5485fb7ad6ab9662351ea8de640d951db393ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 06:11:22 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement || ^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) --- 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 316382b..1c86d42 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "*", "wp-coding-standards/wpcs": "*", "object-calisthenics/phpcs-calisthenics-rules": "*", - "yoast/phpunit-polyfills": "^0.2.0", + "yoast/phpunit-polyfills": "^0.2.0 || ^1.0.0", "gin0115/wpunit-helpers": "~1.0.0" }, "require": {