From 34b816068fd39b4ec2cb459f46c148ff4dace2f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:48:20 +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 d44c610..a1c2db7 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": ">=5.6|>=7.0" }, "require-dev": { - "phpunit/phpunit": "8.3.5", + "phpunit/phpunit": "11.3.3", "woocommerce/woocommerce-sniffs": "0.0.9" }, "scripts": {