From 05178cab8a251e8c6d40678a29cd45d72d51ece2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:14:57 +0000 Subject: [PATCH] Update yoast/phpunit-polyfills requirement from ^1.0.5 to ^1.1.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/compare/1.0.5...1.1.0) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 28a5f47..ff044b0 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "johnbillion/query-monitor": "^3.13.1", "altis/dev-tools-command": "^0.7.2", "wp-phpunit/wp-phpunit": "6.2.2", - "yoast/phpunit-polyfills": "^1.0.5", + "yoast/phpunit-polyfills": "^1.1.0", "phpunit/phpunit": "^9.5.0", "lucatume/wp-browser": "~3.1.5", "codeception/module-asserts": "~1.3.1",