From 5a6af13483efa18de474c4ad2a504f94974f4cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:27:56 +0000 Subject: [PATCH] Composer:(deps-dev): Update yoast/phpunit-polyfills requirement || ^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/1.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 95dfeb7..9c9653b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php-parallel-lint/php-console-highlighter": "^1.0.0", "phpcsstandards/phpcsdevcs": "^1.1.3", "phpcsstandards/phpcsutils" : "^1.0", - "yoast/phpunit-polyfills": "^1.0" + "yoast/phpunit-polyfills": "^1.0 || ^3.0" }, "config": { "allow-plugins": {