From 9c4bbbbbe63e3b6ba279e3574ac4e50392cf99fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:00:51 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from 7.5.20|9.5.0 to ^11.3.3 --- 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..29b5763 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.3.3", "sunrise/coding-standard": "1.0.0" }, "autoload": {