From ff96302232815338f693c55a315854e849721d9c Mon Sep 17 00:00:00 2001 From: Aboozar Ghaffari Date: Thu, 18 Feb 2021 00:02:33 +0330 Subject: [PATCH] fixed composer dependencies --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ee093e0..af505af 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "ext-soap" : "*", "ext-json": "*", "ext-bcmath": "*", - "illuminate/contracts": "~5.6.0|^6.0|^7.0|^8.0", - "illuminate/database": "~5.6.0|^6.0|^7.0|^8.0", - "illuminate/http": "~5.6.0|^6.0|^7.0|^8.0", - "illuminate/routing": "~5.6.0|^6.0|^7.0|^8.0", - "illuminate/support": "~5.6.0|^6.0|^7.0|^8.0", - "illuminate/view": "~5.6.0|^6.0|^7.0|^8.0", + "illuminate/contracts": ">=5.6.0", + "illuminate/database": ">=5.6.0", + "illuminate/http": ">=5.6.0", + "illuminate/routing": ">=5.6.0", + "illuminate/support": ">=5.6.0", + "illuminate/view": ">=5.6.0", "tartan/laravel-xlog": "^1.0" }, "require-dev": {