From 89a6bb1c40231b0e5c6c409ec014d8a27eb241e4 Mon Sep 17 00:00:00 2001 From: Sandeep Thakkar Date: Thu, 7 Mar 2024 16:23:16 +0530 Subject: [PATCH] fix: Chane support version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f33ed1e..94dc291 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": "^8.0", - "illuminate/database": "^10.0", - "illuminate/support": "^10.0" + "illuminate/database": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0" }, "autoload": { "psr-4": {