From 0372d1ef2b13849306467bd4ea5886ee26af1064 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 16:22:36 +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 5dbdf80e..963a2564 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpstan/phpstan-deprecation-rules": "^1.2", "phpstan/phpstan-phpunit": "^1.4", "phpstan/phpstan-strict-rules": "^1.6", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.0", "psalm/plugin-phpunit": "~0.19.0", "roave/infection-static-analysis-plugin": "^1.35", "vimeo/psalm": "^5.23.1"