From 393e5a85dbbceec4ff233836092f978fdcd5dcce Mon Sep 17 00:00:00 2001 From: Muhittin Tan Date: Wed, 4 Mar 2020 19:54:19 +0100 Subject: [PATCH] Updated to Laravel 7.0 (#28) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e7f97ae..9e92086 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "require": { "illuminate/console": ">=5.1", "php": ">=7.0.0", - "illuminate/support": "^5.5|^6", - "illuminate/translation": "^5.5|^6", + "illuminate/support": "^5.5|^6|^7", + "illuminate/translation": "^5.5|^6|^7", "stichoza/google-translate-php": "^4.0" }, "extra": {