From 6d832a065dbf7e4bc82d6da723aaff00a444a131 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 15 Feb 2025 19:19:16 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fce2bdf..9f1e2c0 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|^11.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0" + "illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0" }, "autoload": { "psr-4": {