From 736241f33775d74129d3310e53a8742614179df3 Mon Sep 17 00:00:00 2001 From: Vagner do Carmo Date: Sat, 21 Mar 2020 22:07:02 -0300 Subject: [PATCH] Fix dependencies version --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3cbffac..e6e8a38 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "type": "package", "require": { "php": "^7.2", - "illuminate/config": ">6.0", - "illuminate/translation": ">6.0", - "illuminate/support": ">6.0", - "illuminate/cookie": ">6.0" + "illuminate/config": "~6.0 || ~7.0", + "illuminate/translation": "~6.0 || ~7.0", + "illuminate/support": "~6.0 || ~7.0", + "illuminate/cookie": "~6.0 || ~7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16",