From 207b2d786100d6a31aee9f255776b3ed97cf1fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:02:31 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.5 || ^10.0.0 to ^9.6.5 || ^10.0.0 || ^11.0.0 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0dd224e..cd8e285 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/validator": "^7" }, "require-dev": { - "phpunit/phpunit": "^9.6.5 || ^10.0.0", + "phpunit/phpunit": "^9.6.5 || ^10.0.0 || ^11.0.0", "mouf/picotainer": "^1.1", "phpstan/phpstan": "^1.8", "php-coveralls/php-coveralls": "^2.1.0",