From a9a79d0f364ab6626714b0e03aa26d5d634d0a91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:48:00 +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..104748a 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.2", "woocommerce/woocommerce-sniffs": "0.0.9" }, "scripts": {