From 57bdc9f3bd11d8e0d3d14655358f542feafb0823 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 22:11:40 +0000 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 32491b2..561efa6 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ }, "require": { "php": ">=5.4.0", - "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {