From 85b49c591009a298b35331d9332c9731e13ec78c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 07:13:29 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.34 | 13.0.0 | 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 bbad3a9..41b3399 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "laminas/laminas-hydrator" : "^4.6" }, "require-dev" : { - "phpunit/phpunit" : "^9.5.4", + "phpunit/phpunit" : "^13.0.0", "squizlabs/php_codesniffer" : "^3.5.5", "laminas/laminas-captcha" : "^2.14" },