From 50e6fe2490eb8c1f5825d3a8bb9dc1f85c5b6af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:03:32 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^2.0 to ^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/2.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 103e3a8..19760a9 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpcompatibility/phpcompatibility-wp": "*", "squizlabs/php_codesniffer": "3.*", "wp-coding-standards/wpcs": "*", - "yoast/phpunit-polyfills": "^2.0", + "yoast/phpunit-polyfills": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", "dms/phpunit-arraysubset-asserts": "^0.4.0" },