From 2009dc6df28426361034df8b2fae78c13d3d047c Mon Sep 17 00:00:00 2001 From: Mpande Andrew Date: Thu, 5 Sep 2019 11:47:38 +0300 Subject: [PATCH] update version compatibility --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 184ee4d..43c1909 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,12 @@ } ], "require": { - "guzzlehttp/guzzle": "~6.0", - "nesbot/carbon": "~1.21" + "guzzlehttp/guzzle": "~6.0|^6.3", + "illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "illuminate/routing": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "illuminate/validation": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "nesbot/carbon": "^1.26.3 || ^2.0" }, "autoload": { "psr-4": {