From d77f75e33671429247994a2986e270066e2c2e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:13:47 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from ^7.0 to ^7.1 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/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-version: 7.1.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 311d989..88e4fd9 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "symfony/var-dumper": "^5.4", "syntatis/coding-standard": "^2.0", "szepeviktor/phpstan-wordpress": "^2.0", - "wp-phpunit/wp-phpunit": "^7.0", + "wp-phpunit/wp-phpunit": "^7.1", "yoast/phpunit-polyfills": "^4.0" }, "scripts": {