From c3b3ce8d75376f693ea907faf2956d2253ffeff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:01:10 +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 8aa3fce..57df003 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "phpstan/phpstan": "^2.1.39", "phpstan/phpstan-phpunit": "^2.0.15", "phpstan/phpstan-strict-rules": "^2.0.10", - "phpunit/phpunit": "^12.5.11", + "phpunit/phpunit": "^13.0.2", "slam/php-cs-fixer-extensions": "^3.14.0", "symfony/console": "^8.0.4" },