From 7ad933c8ef753cf665355786a6f393ae8ec9d173 Mon Sep 17 00:00:00 2001 From: Kofi Date: Fri, 17 Jul 2026 23:03:53 +0100 Subject: [PATCH] chore: Support Laravel 12 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2add7de..7db94ff 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^11.0", - "illuminate/console": "^11.0", - "illuminate/filesystem": "^11.0", - "illuminate/database": "^11.45" + "illuminate/support": "^11.0|^12.0", + "illuminate/console": "^11.0|^12.0", + "illuminate/filesystem": "^11.0|^12.0", + "illuminate/database": "^11.45|^12.0" }, "require-dev": { "orchestra/testbench": "^9.0",