From aea65e089498430d7a43acc461f84d4924122c10 Mon Sep 17 00:00:00 2001 From: envoyr Date: Mon, 20 Feb 2023 14:53:12 +0100 Subject: [PATCH] update firebase and illuminate Signed-off-by: envoyr --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0fc7bd7..81417b3 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ "require": { "php": "^7.4|^8.0", "ext-json": "*", - "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", + "illuminate/support": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", "guzzlehttp/guzzle": "^6.3|^7.0", "socialiteproviders/manager": "^3.4|^4.0.1", - "firebase/php-jwt": "^5.2" + "firebase/php-jwt": "^6.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0",