From 309c29942f4cd979554955860d75790ce2a28cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:58:44 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from 6.2.0 to 6.2.2 Updates the requirements on [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) to permit the latest version. - [Commits](https://github.com/wp-phpunit/wp-phpunit/compare/6.2.0...6.2.2) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit 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 bbec44a..9ad1948 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "johnbillion/query-monitor": "^3.13.1", "altis/dev-tools-command": "^0.7.2", - "wp-phpunit/wp-phpunit": "6.2.0", + "wp-phpunit/wp-phpunit": "6.2.2", "yoast/phpunit-polyfills": "^1.0.5", "phpunit/phpunit": "^9.6.10", "lucatume/wp-browser": "~3.1.10",