From 6339256af9d718cdd0ff399f8e5b43640d143404 Mon Sep 17 00:00:00 2001 From: Musa <40173603+voyula@users.noreply.github.com> Date: Tue, 8 Sep 2020 20:03:18 +0300 Subject: [PATCH] Laravel 8 compatibility --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f7e98d5..e981a32 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "require": { "php": ">=5.6.4", "guzzlehttp/guzzle": "^6.2|^7.0", - "illuminate/notifications": "~5.3|^6.0|^7.0", - "illuminate/queue": "~5.3|^6.0|^7.0", - "illuminate/support": "~5.3|^6.0|^7.0", - "illuminate/config": "~5.3|^6.0|^7.0" + "illuminate/notifications": "~5.3|^6.0|^7.0|^8.0", + "illuminate/queue": "~5.3|^6.0|^7.0|^8.0", + "illuminate/support": "~5.3|^6.0|^7.0|^8.0", + "illuminate/config": "~5.3|^6.0|^7.0|^8.0" }, "require-dev": { "mockery/mockery": "~1.0",