From a4b0dfb378a1039d0a752bdf957dac414a8e00cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:06:29 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.58 | 13.1.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 a3b72035..53d70560 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "doctrine/annotations": "^2.0.1", "laminas/laminas-coding-standard": "^3.0.0", "laminas/laminas-stdlib": "^3.18.0", - "phpunit/phpunit": "^10.5.58", + "phpunit/phpunit": "^13.0.0", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.15.0" },