From 97e3bf2d7c5560e3d736c5edf0c86d06098bf549 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 01:09:11 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 54ec4e6..c60b7d1 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "prefer-stable": true, "require": { "php": ">=8.2", - "illuminate/support": "^11.0", + "illuminate/support": "^11.0|^12.0", "php-flasher/flasher": "^2.1.2" }, "autoload": {