From 3d6da96d5c9af2124805a1008569af0e5a4da356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:43:35 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9|^10.5 to ^11.1.1 --- 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 9788638..8aaea0e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "illuminate/support": "~9|^10|^11.0" }, "require-dev": { - "phpunit/phpunit": "^9|^10.5", + "phpunit/phpunit": "^11.1.1", "mockery/mockery": "^1.0" }, "autoload": {