From 2a1af7819dfece307970b9746e3c30330d587589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 22:28:30 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpunit/phpunit | 12.5.28 | 13.1.13 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a65be6b..cf0d801 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.4.0 || ~8.5.0" }, "require-dev": { - "phpunit/phpunit": "^12.5.28", + "phpunit/phpunit": "^13.1.13", "slam/php-cs-fixer-extensions": "^3.15.0" }, "autoload": {