From 894d0fe4dd2e879d9d9471303915f51feba4d8fe Mon Sep 17 00:00:00 2001 From: Ross Bearman Date: Sun, 26 May 2024 01:11:33 +0100 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ad4ecbe..a5e9426 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ ], "require": { "php": "^5.6.4 || ^7.0 || ^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", - "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "guzzlehttp/guzzle": "^6.2|^7.0" }, "require-dev": {