From 25b85768fd8022e5b2def062ac45af16752e31af Mon Sep 17 00:00:00 2001 From: Hayley Berry Date: Fri, 6 Jun 2025 16:26:56 +0100 Subject: [PATCH] AB#70606 Bump Laravel dependencies to v11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f918f72..67a703b 100644 --- a/composer.json +++ b/composer.json @@ -13,10 +13,10 @@ "require": { "php": "^8.0", "ext-json": "*", - "illuminate/routing": "^9.0|^10", - "illuminate/support": "^9.0|^10", - "illuminate/session": "^9.0|^10", - "illuminate/pagination": "^9.0|^10", + "illuminate/routing": "^9.0|^10|^11", + "illuminate/support": "^9.0|^10|^11", + "illuminate/session": "^9.0|^10|^11", + "illuminate/pagination": "^9.0|^10|^11", "mblsolutions/inspireddeck-php": "^2.0" }, "require-dev": {