From 04663197ed663e07dd5ec84f65d45376a9b6a936 Mon Sep 17 00:00:00 2001 From: Juan Pablo Barreto <2080215+juampi92@users.noreply.github.com> Date: Mon, 29 Oct 2018 09:45:58 +0100 Subject: [PATCH] Update composer.json to include laravel 5.7 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2dd1f3d..9294e78 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ ], "require": { "php": ">=7.0.0", - "illuminate/support": "5.5.*||5.6.*", - "illuminate/http": "5.5.*||5.6.*", - "illuminate/database": "5.5.*||5.6.*" + "illuminate/support": "5.5.*||5.6.*||5.7.*", + "illuminate/http": "5.5.*||5.6.*||5.7.*", + "illuminate/database": "5.5.*||5.6.*||5.7.*" }, "require-dev": { "orchestra/testbench": "~3.5",