From 7a822658406f0b582e8952aab08fd096528a87d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:50:49 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.16 | 11.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 76c73b9..c275af0 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "laminas/laminas-servicemanager": "^3.6", - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^11.0.0", "squizlabs/php_codesniffer": "^3.7.1" }, "autoload": {