From 76b0569b0fc502fd3ccf0717af935aebb7ba39ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 31 Mar 2021 13:20:47 +0200 Subject: [PATCH] Add php 8 support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1b5cf1d..96a0500 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,12 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "ext-json": "*", - "illuminate/support": "^8.0", - "illuminate/console": "^8.0", - "guzzlehttp/guzzle": "^6.3|^7.0.1", - "socialiteproviders/manager": "^3.4", + "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", + "guzzlehttp/guzzle": "^6.3|^7.0", + "socialiteproviders/manager": "^3.4|^4.0.1", "firebase/php-jwt": "^5.2" }, "require-dev": {