From ca4283b2917e440ea3e4d175851b67223b2d33a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:08:04 +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 2e2b67f..36abcec 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "nikic/php-parser": "~4.18" }, "require-dev": { - "phpunit/phpunit": "~9.6", + "phpunit/phpunit": "~13.0", "phpstan/phpstan": "^2.0" }, "autoload": {