From 9c19c3feeadff819edf2cb7f3d4403b831ba8eef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:37:20 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.34 | 13.2.1 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6246c75..1c1f613 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.7", + "phpunit/phpunit": "^13.2.1", "infection/infection": "^0.26.19" }, "autoload": {