From bb4526e347cac9d6a68862d9257a08a5eb0a8392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:21:45 +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 55756b8..b218877 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpdocumentor/reflection-docblock": "~6.0" }, "require-dev": { - "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0", + "phpunit/phpunit": "~13.0", "phpstan/phpstan": "^2.0" }, "support": {