From 523376c93035b057d0d49ad53f9740b6796a0aff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:33:47 +0000 Subject: [PATCH] chore(deps): 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 dabf7cd..2b14f49 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "jangregor/phpstan-prophecy": "^1.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^10.2" + "phpunit/phpunit": "^11.0" }, "config": { "sort-packages": true,