From e42ca87fc4afb47609602db6aa3a8818b96154a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:33:39 +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 817637df..a7376950 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "loophp/phpunit-iterable-assertions": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/php-code-coverage": "^10", - "phpunit/phpunit": "^10", + "phpunit/phpunit": "^11", "psr/cache": "^2.0 || 3.0", "symfony/cache": "^6", "vimeo/psalm": "^5.14"