From 433f646b54327f00074e3017cc9f3aaee8a605e8 Mon Sep 17 00:00:00 2001 From: faustbrian Date: Sat, 10 Nov 2018 08:36:49 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ae1c6df..d7a2d51 100755 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ }], "require": { "php": "^7.1", - "illuminate/support": "5.5.* || 5.6.*", - "illuminate/session": "5.5.* || 5.6.*" + "illuminate/support": "5.5.* || 5.6.* || 5.7.*", + "illuminate/session": "5.5.* || 5.6.* || 5.7.*" }, "require-dev": { "graham-campbell/testbench": "^5.0",