From 51d4e7add48e1e2eb7661f6cca6eeff7a923a744 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 19:49:48 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c449339..f0e8a69 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,10 @@ } ], "require": { - "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0", - "illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0", + "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0 || ^11.0", + "illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0 || ^11.0", "guzzlehttp/guzzle": "~5.3 || ~6.0 || ~7.0", - "nesbot/carbon": "1.* || 2.*" + "nesbot/carbon": "1.* || 2.* || ^3.0" }, "autoload": { "psr-4": {