From 241ed6d3bb77d7be09d5e4089bf285a43140f2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 08:15:49 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from ^6.7 to ^7.0 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.7.0...7.0.0) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-version: 7.0.0 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 1f2cef5..b7e56f2 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "slevomat/coding-standard": "~8.8", "squizlabs/php_codesniffer": "^3.2", "symfony/var-dumper": "^7.0", - "wp-phpunit/wp-phpunit": "^6.7", + "wp-phpunit/wp-phpunit": "^7.0", "yoast/phpunit-polyfills": "^4.0" }, "autoload": {