From 76b4e8d85809dee23b418e75000edc205f8dda25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:43:07 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5|^9.5 to ^9.6.21 --- 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 cb55e878..c680b374 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "phpstan/phpstan-php-parser": "^1.1", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^8.5|^9.5", + "phpunit/phpunit": "^9.6.21", "symplify/easy-coding-standard": "^11.4", "tomasvotruba/unused-public": "^0.3", "vlucas/phpdotenv": "^5.4"