From 57b2de00be59fbe681ade9a602ce38972bc01b1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:16:39 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.34 | 13.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e91c7b11..2e8afe07 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "doctrine/coding-standard": "^14.0.0", "php-standard-library/psalm-plugin": "^2.2.1", - "phpunit/phpunit": "^9.6.12", + "phpunit/phpunit": "^13.0.0", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.32.0", "squizlabs/php_codesniffer": "^4.0.0",