From 1f955f18c9e34b5fabe6e823748fb2cc01155be1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:47:58 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 11.5.56 | 13.3.2 | 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 73b1372..24e06a1 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpbench/phpbench": "^1.6.1", "phpstan/phpstan": "^2.1.46", "phpstan/phpstan-phpunit": "^2.0.16", - "phpunit/phpunit": "^11.5.55", + "phpunit/phpunit": "^13.0.0", "symfony/var-dumper": "^v7.4.8 || ^v8.0.0", "wnx/commonmark-markdown-renderer": "^1.6" },