From 42e39df932a052227115a15fad1b1d90f3d30576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:23:01 +0000 Subject: [PATCH] chore(deps-dev): update wp-phpunit/wp-phpunit requirement 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.4.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 f426891..78e53a4 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.6", - "wp-phpunit/wp-phpunit": "^6.4", + "wp-phpunit/wp-phpunit": "^7.0", "brain/monkey": "^2.6", "szepeviktor/phpstan-wordpress": "^2.0", "phpstan/phpstan": "^2.0",