From 18c7d681518a7a0a6e8731031c7a499613459ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 06:51:46 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.22 | 12.0.7 | 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 355e33c..770a8af 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "laminas/laminas-eventmanager": "^3.6.0", "laminas/laminas-hydrator": "^4.7", "laminas/laminas-servicemanager": "^3.19.0", - "phpunit/phpunit": "^9.5.25", + "phpunit/phpunit": "^12.0.0", "psalm/plugin-phpunit": "^0.19.2", "vimeo/psalm": "^6.8.8" },