From c488814c47275e199431e6e5a23dea57735f5548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:45:59 +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 c6b99b8..c42df59 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "laminas/laminas-component-installer": "^3.2", "laminas/laminas-mvc": "^3.1", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^11.0", "laminas/laminas-test": "^4.8" }, "autoload-dev": {