From b726720222e9ff627ce5c6f1bec119227f185040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:02:32 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 454f729d..e31a6a50 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "automattic/vipwpcs": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "johnpbloch/wordpress": "dev-master", - "phpunit/phpunit": "^9.6.13", + "phpunit/phpunit": "^11.0.2", "wp-cli/wp-cli-bundle": "^2.8", "wp-phpunit/wp-phpunit": "^6.4", "xwp/wait-for": "^0.0.2",