From 46ad5caeeb251803383e38f3cb6965a2b7952560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:41:45 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from 7.5.20|9.5.0 to ^11.2.9 --- 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 8ba8429..d543287 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php": "^7.1|^8.0" }, "require-dev": { - "phpunit/phpunit": "7.5.20|9.5.0", + "phpunit/phpunit": "^11.2.9", "sunrise/coding-standard": "1.0.0" }, "autoload": {