From 92d5fc9e8c442ffa50370cc3afe53b93a4274930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 07:48:33 +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 5ea0b202..e656164c 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "laminas/laminas-i18n": "^2.7", "laminas/laminas-serializer": "^2.2", "laminas/laminas-view": "^2.12", - "phpunit/phpunit": "9.5.21", + "phpunit/phpunit": "11.1.2", "squizlabs/php_codesniffer": "^3.5.5", "php-coveralls/php-coveralls": "^2.2", "phpspec/prophecy-phpunit": "^2.0",