From f83dac5d8c1a4866b709f90897a493d7d3a57863 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:46:54 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 19c30ae..22dc150 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "minimum-stability": "stable", "require-dev": { "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^12.1", + "phpunit/phpunit": "^13.0", "rector/rector": "^2.0" },