From 7246448340edfa8540e1c13a3e0f41b0da84633c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 11:11:17 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from ^5.9 to ^6.2 Updates the requirements on [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) to permit the latest version. - [Release notes](https://github.com/wp-phpunit/wp-phpunit/releases) - [Commits](https://github.com/wp-phpunit/wp-phpunit/compare/5.9.0...6.2.0) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit 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 ee71913..82a743e 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "szepeviktor/phpstan-wordpress": "^1.0", "php-stubs/wordpress-stubs": "^5.9.0", "roots/wordpress": "^5.9", - "wp-phpunit/wp-phpunit": "^5.9", + "wp-phpunit/wp-phpunit": "^6.2", "symfony/var-dumper": "4.*", "yoast/phpunit-polyfills": "^1.0.0", "gin0115/wpunit-helpers": "~1.0.0",