From 3347dd55ad83a90c5dcbfa69c8e516bb01e50a2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 22:08:53 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.11 | 11.0.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f07652a6..951dc8db 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-config-aggregator": "^1.13", "laminas/laminas-serializer": "^2.14", - "phpunit/phpunit": "^9.5.27", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^5.4" },