From 459b8957b2eff49274994f98512da8f8398b6163 Mon Sep 17 00:00:00 2001 From: Diego da Fonseca Date: Mon, 18 Mar 2024 16:28:32 -0400 Subject: [PATCH] Update dependencies for Illuminate packages --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a2cc178..711898b 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ "require": { "php": ">=7.1", "ext-openssl": "*", - "illuminate/console": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "onelogin/php-saml": "^3.0|^4.0", "ramsey/uuid": "^3.8|^4.0" },