From d50db03d9297046019917b0c4f6065e4029a5bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:04:07 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from ^6.8 to ^6.9 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.8.0...6.9.0) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-version: 6.9.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 454d12d..a960481 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": "^6.8", + "wp-phpunit/wp-phpunit": "^6.9", "yoast/phpunit-polyfills": "^4.0" }, "scripts": {