From 203e8ecad3de9397a0673df008bc50fc3d9a9d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:17:53 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 12.5.23 | 13.1.7 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f955c26..a1932f0e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require-dev": { "doctrine/coding-standard": "^14.0.0", "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^12.5.3", + "phpunit/phpunit": "^13.1.7", "psalm/plugin-phpunit": "^0.19.5", "roave/infection-static-analysis-plugin": "^1.42.0", "squizlabs/php_codesniffer": "^4.0.1",