From b8d67d323a5fb0871cf158f1d5f65a2eb03dc267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:36:40 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.34 | 13.0.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..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" },