From 517b0f159f19642ef9667808ef57bc04a2e26222 Mon Sep 17 00:00:00 2001 From: Reza Shadman Date: Fri, 11 Jan 2019 22:31:49 +0330 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7c1cc98..ea2d642 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": "^7.1", - "illuminate/database": "~5.5.0|~5.6.0", - "illuminate/support": "~5.5.0|~5.6.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0" }, "require-dev": { "ext-pdo_sqlite": "*",