From e2f53bf1df45436f85c3813c512130fd1938a60e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:51:12 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 12.5.11 | 13.0.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ba2bb3..f2940ed 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "phpstan/phpstan": "^2.1.39", "phpstan/phpstan-phpunit": "^2.0.15", - "phpunit/phpunit": "^12.5.11", + "phpunit/phpunit": "^13.0.2", "slam/php-cs-fixer-extensions": "^3.14.0" }, "autoload": {