From 9558285d4abe81ba142c0e29d31b3fcd3008453f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 05:53:16 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 12.5.29 | 13.2.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 911fcca..8958c9c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.4.0 || ~8.5.0" }, "require-dev": { - "phpunit/phpunit": "^12.5.29", + "phpunit/phpunit": "^13.2.0", "slam/php-cs-fixer-extensions": "^3.15.0" }, "autoload": {