From 1e3cedebc93cd972a842dfe0428e3e72b559b964 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Sat, 28 Sep 2019 23:39:05 +0300 Subject: [PATCH] Laravel 6 compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 087b9a2..26ce5af 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ ], "require": { "php": ">=7.1.0", - "illuminate/contracts": "~5.6", - "illuminate/queue": "~5.6", - "illuminate/support": "~5.6", + "illuminate/contracts": "~5.6|~6.0", + "illuminate/queue": "~5.6|~6.0", + "illuminate/support": "~5.6|~6.0", "guzzlehttp/guzzle": "^6.3", "monolog/monolog": "~1.12" },