From 6d418b088523e7a7aefca8565643084744f2e887 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 15:07:55 +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 499fd25..fce2bdf 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "require": { "php": "^8.0", "ext-pdo_sqlite": "*", - "illuminate/database": "^8.40|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0" + "illuminate/database": "^8.40|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {