From 96d92eec21759c7306cd20c1237ac48204407664 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:43:28 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.34 | 12.5.8 | 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..fca447c 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" : "^12.0.0", "squizlabs/php_codesniffer" : "^3.5.5", "laminas/laminas-captcha" : "^2.14" },