From 03e10b0084ec660d163cab696f6ebdce069e7171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:59:00 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.29 | 12.4.5 | 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" },