From 7ddb548e4f219787d850cf3ba1bbb6cae45399a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:28:38 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.17 || ^10.5.13 to ^9.6.17 || ^10.5.13 || ^11.0.0 --- 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 b960735..e3856f8 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "illuminate/support": "^9.0 || ^10.0 || ^11.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.17 || ^10.5.13", + "phpunit/phpunit": "^9.6.17 || ^10.5.13 || ^11.0.0", "friendsofphp/php-cs-fixer": "^3.62", "graham-campbell/testbench": "^6.1" },