From 2555f32a92e822b0f22a9262cba54e16fecd6bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:58:29 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^0.2.0 || ^1.0.0 to ^0.2.0 || ^1.0.0 || ^2.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/2.x/CHANGELOG.md) - [Commits](https://github.com/Yoast/PHPUnit-Polyfills/commits/2.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 f8d52ee9a..25450f02f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "sirbrillig/phpcs-variable-analysis": "^2.11.2", "squizlabs/php_codesniffer": "^3", "wp-coding-standards/wpcs": "^2.3", - "yoast/phpunit-polyfills": "^0.2.0 || ^1.0.0" + "yoast/phpunit-polyfills": "^0.2.0 || ^1.0.0 || ^2.0.0" }, "suggest": { "ext-json": "Provides native implementation of json_encode()/json_decode().",