From 92d8650e03de59191f40e048f117759de32bbaf8 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Wed, 5 Sep 2018 16:09:24 -0400 Subject: [PATCH] Laravel 5.7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a121135..7efa477 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "license": "MIT", "require": { "php": ">=7.0", - "illuminate/support": "5.5.*|5.6.*" + "illuminate/support": "5.5.*|5.6.*|5.7.*" }, "require-dev": { "phpunit/phpunit": "6.3.*",