From 3fd621994d8fca90cfc04ca15491a21ee214050a Mon Sep 17 00:00:00 2001 From: Milad Kianmehr Date: Sun, 29 Dec 2019 16:40:58 +0330 Subject: [PATCH] set support to 5.6 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b5c1277..0d6eff1 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "require": { "php": ">=7.0.0", "ext-soap" : "*", - "illuminate/contracts": "~5.8.0|^6.0|^7.0", - "illuminate/database": "~5.8.0|^6.0|^7.0", - "illuminate/http": "~5.8.0|^6.0|^7.0", - "illuminate/routing": "~5.8.0|^6.0|^7.0", - "illuminate/support": "~5.8.0|^6.0|^7.0", - "illuminate/view": "~5.8.0|^6.0|^7.0", + "illuminate/contracts": "~5.6.0|^6.0|^7.0", + "illuminate/database": "~5.6.0|^6.0|^7.0", + "illuminate/http": "~5.6.0|^6.0|^7.0", + "illuminate/routing": "~5.6.0|^6.0|^7.0", + "illuminate/support": "~5.6.0|^6.0|^7.0", + "illuminate/view": "~5.6.0|^6.0|^7.0", "tartan/laravel-xlog": "^1.0" }, "require-dev": {