From d7c10b071373dc09c5c0b3dd7a83eeedbe487b48 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Wed, 5 Sep 2018 17:03:09 -0400 Subject: [PATCH] Laravel 5.7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 573635f..720a14f 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "require": { - "illuminate/routing": "5.3 - 5.6", - "illuminate/support": "5.3 - 5.6", + "illuminate/routing": "5.3 - 5.7", + "illuminate/support": "5.3 - 5.7", "jenssegers/model": "*", "php": ">=7.1.3" },