From e1187c5c8caaca3ffea51245f4271a2aac8f4a49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:51:52 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 12.5.14 | 13.0.5 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ec4aaf..11d05c8 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.4.0 || ~8.5.0" }, "require-dev": { - "phpunit/phpunit": "^12.5.14", + "phpunit/phpunit": "^13.0.5", "slam/php-cs-fixer-extensions": "^3.14.0" }, "autoload": {