From 33ad1541fa3267ef0119a0980f41dffa57e3c714 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 17:20:45 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 67706cb..794bfe5 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^10.0", - "illuminate/view": "^10.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/view": "^10.0|^11.0", "infyomlabs/laravel-ui-adminlte": "^5.2" }, "autoload": {