From 94fc3d7f1ae0140d12ff9ace21bf54c1a2b770f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:37:15 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.21 | 11.4.3 | 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 4e26cab..6580400 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "laminas/laminas-hydrator" : "^4.1" }, "require-dev" : { - "phpunit/phpunit" : "^9.5.4", + "phpunit/phpunit" : "^11.0.0", "phpmd/phpmd" : "^2.7.0", "squizlabs/php_codesniffer" : "^3.5.5", "laminas/laminas-captcha" : "^2.6"