From 4f3fa6d571d39ca99f2017553f2dad3c2066cbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Sun, 8 May 2022 17:25:12 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b05609c..cc56e8a 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "require": { "php": "^7.2|^8.0", "ext-json": "*", - "illuminate/support": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", - "illuminate/console": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", + "illuminate/support": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/console": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", "guzzlehttp/guzzle": "^6.3|^7.0", "socialiteproviders/manager": "^3.4|^4.0.1", "firebase/php-jwt": "^5.2"