From 93570cc15d486236b61f120413befeddc725dc95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 10:06:06 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from ^5.9 to ^6.1 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.1.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..af5ad03 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.1", "symfony/var-dumper": "4.*", "yoast/phpunit-polyfills": "^1.0.0", "gin0115/wpunit-helpers": "~1.0.0",