From 4dfc20b57877d44321e5b153ef93b2cfd9164328 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 05:41:34 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff2adbf..abd8002 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^10.0", + "illuminate/support": "^10.0|^11.0", "statamic/cms": "^4.23.2", "livewire/livewire": "^3.0" },