From 37b59191b7d8956f67faf702c01b9121e83b2252 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:22:13 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23eeb44..0115f28 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", "mikey179/vfsstream": "~1.6.10", - "phpunit/phpunit": "~10.0.0", + "phpunit/phpunit": "~11.3.0", "rector/rector": "^0.15", "roave/security-advisories": "dev-latest", "vimeo/psalm": "~5.9.0"