From 294b636bb00d8e4c9bd1cb1dcdd7581a0e87c15b Mon Sep 17 00:00:00 2001 From: Gertjan Roke Date: Tue, 13 Feb 2024 15:57:10 +0100 Subject: [PATCH] Added support for the illuminate/support package to also accept version 11 Signed-off-by: Gertjan Roke --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7fc8dc9..242b961 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^10.0", + "illuminate/support": "^10.0|^11.0", "rollbar/rollbar": "^4.0" }, "require-dev": {