From 443a8f6c27da831c4ef1287b11969d7022f98766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 05:17:07 +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..1c5c12b 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.0.8", "woocommerce/woocommerce-sniffs": "0.0.9" }, "scripts": {