From 34d551dbcd3efd9f20e879500995605bc2ce6266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:13:24 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 10.2.4 | 11.0.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 fa4be3ee..da71d83f 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "laminas/laminas-coding-standard": "^2.4.0", "laminas/laminas-development-mode": "^3.10.0", "mezzio/mezzio-tooling": "^2.6", - "phpunit/phpunit": "^10.1.0", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-phpunit": "^0.18.0", "roave/security-advisories": "dev-master", "vimeo/psalm": "^5.9.0"