From 217a5ed852d5215fc4bc526f0a7a5c41f877b0e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:31:16 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 12.5.9 | 13.0.0 | 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 8cfb74f..c1aaabc 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.89", - "phpunit/phpunit": "^12.4", + "phpunit/phpunit": "^13.0", "vimeo/psalm": "^6.13" }, "minimum-stability": "dev",