From df5c5f53bd5dfb86acc982d4f00e8ea306b95f2a Mon Sep 17 00:00:00 2001 From: Mike Little Date: Mon, 29 Jul 2024 16:39:13 +0100 Subject: [PATCH] Update wp-phpunit to match WordPress version. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ccacbe..633af6c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "johnbillion/query-monitor": "^3.16.3", "altis/dev-tools-command": "^0.8.0", - "wp-phpunit/wp-phpunit": "6.5.4", + "wp-phpunit/wp-phpunit": "6.6.1", "yoast/phpunit-polyfills": "^2.0.1", "phpunit/phpunit": "~9.6", "lucatume/wp-browser": "~4.2.0",