From 49acc0583f20a5996f5ecf2ac7de89ea51f8082b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:59:27 +0000 Subject: [PATCH] Update wp-phpunit/wp-phpunit requirement from ^6.6 to ^6.7 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.6.0...6.7.0) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit 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 3830490..268f17a 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "rector/rector": "0.17.10", "roots/wordpress": "^6.6", "syntatis/coding-standard": "^1.5", - "wp-phpunit/wp-phpunit": "^6.6", + "wp-phpunit/wp-phpunit": "^6.7", "yoast/phpunit-polyfills": "^3.0" }, "scripts": {