From b9716ba81da0fb40aa18392fcf45b4c4c4078e79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:06:06 +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 4da5648..e6512b8 100644 --- a/composer.json +++ b/composer.json @@ -105,7 +105,7 @@ "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^11.0", "psalm/plugin-symfony": "^5.1", "rector/rector": "^0.19.5", "symfony/browser-kit": "7.0.*",