From 123ac403c07ffce6ed99f388cd3bd6dc07620786 Mon Sep 17 00:00:00 2001 From: RayDabbah Date: Fri, 6 Sep 2019 12:11:22 -0400 Subject: [PATCH] Laravel 6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6960203..cea421c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.1", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*" + "illuminate/support": ">=6.0" }, "require-dev": { "orchestra/testbench": "3.6.*",