From b9eff7ca53d48976b617ac74e9b1a43055e93daa Mon Sep 17 00:00:00 2001 From: "Shea Lewis (Kai)" Date: Tue, 6 Aug 2019 10:49:01 -0700 Subject: [PATCH] Add Laravel 6 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4f14f9b..577a2fb 100755 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": ">=7.1.3", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*" + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0" }, "autoload": { "psr-4": {