From bb89202d05f7b4909965f9c47b05088106d851bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 06:49:22 +0000 Subject: [PATCH] build(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 9455355..a061f21 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require-dev": { "phpunit/phpunit": "^9.6", "yoast/phpunit-polyfills": "^2.0", - "wp-phpunit/wp-phpunit": "^6.4", + "wp-phpunit/wp-phpunit": "^7.0", "wp-coding-standards/wpcs": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phpcompatibility/phpcompatibility-wp": "^2.1",