From e22f0f299850b0adddc2c5428a30294df29b1484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:03:36 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from 6.6.* to 6.6.* || 6.8.* 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.6.0...6.8.3) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-version: 6.8.3 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 59d2fb8..6232c5a 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "szepeviktor/phpstan-wordpress": "<=1.3.2", "php-stubs/wordpress-stubs": "6.6.*", "roots/wordpress": "6.6.*", - "wp-phpunit/wp-phpunit": "6.6.*", + "wp-phpunit/wp-phpunit": "6.6.* || 6.8.*", "wp-cli/i18n-command": "*", "squizlabs/php_codesniffer": "3.*", "dealerdirect/phpcodesniffer-composer-installer": "*",