From 82d936a663a4d33938bd7f26d8e053b8ca74fc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:59:00 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^6.0|^9.5 to ^11.5.5 --- 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 b21dd99..f65c695 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "PHP": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^6.0|^9.5", + "phpunit/phpunit": "^11.5.5", "friendsofphp/php-cs-fixer": "^3.0", "phpstan/phpstan": "^1.0" },