From 8783caca47ae4d976e451fa04b32cb2b12c016ab Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 14 Nov 2024 17:27:21 +0000 Subject: [PATCH] Upgrade wp-pphunit to 6.7.0 This upgrades wp-phpunit/wp-phpunit to matchWordPress version 6.7.0. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e39e125..5afd6b6 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.6.1", + "wp-phpunit/wp-phpunit": "6.7.0", "yoast/phpunit-polyfills": "^2.0.1", "phpunit/phpunit": "~9.6", "lucatume/wp-browser": "~4.2.0",