From 8b8784aee325c330544b2c061bb7e49d3691df96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:49:38 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.63 | 13.1.7 | 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 6b60af0f..c07f2e09 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "laminas/laminas-coding-standard": "~3.1.0", "laminas/laminas-stdlib": "^3.20", "phpbench/phpbench": "^1.3.1", - "phpunit/phpunit": "^10.5.58", + "phpunit/phpunit": "^13.0.0", "psalm/plugin-phpunit": "^0.19.0", "psr/container": "^1.1.2 || ^2.0.2", "sebastian/recursion-context": "^5.0.1",