From 0fccc02b02e56f5e6d31bec78bcd3ed99e47d9f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:14:51 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^3.0 to ^4.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/4.x/CHANGELOG.md) - [Commits](https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...4.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 f55a1d517..23c443a76 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "phpcompatibility/phpcompatibility-wp": "*", "squizlabs/php_codesniffer": "3.*", "wp-coding-standards/wpcs": "dev-develop", - "yoast/phpunit-polyfills": "^3.0", + "yoast/phpunit-polyfills": "^4.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", "sirbrillig/phpcs-variable-analysis": "^2.11", "phpcsstandards/phpcsextra": "^1.1.0",