From 795087358c2a657dcfb62e5cb4bb5e9aee632d77 Mon Sep 17 00:00:00 2001 From: AxelanderK Date: Mon, 26 Mar 2018 23:37:40 +0200 Subject: [PATCH] Add Laravel 5.6 support (#71) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f68ba22..685296b 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": ">=5.6.4", - "illuminate/database": "5.3.*|5.4.*|5.5.*", - "illuminate/support": "5.3.*|5.4.*|5.5.*", - "illuminate/filesystem": "5.3.*|5.4.*|5.5.*", - "illuminate/config": "5.3.*|5.4.*|5.5.*" + "illuminate/database": "5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/filesystem": "5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/config": "5.3.*|5.4.*|5.5.*|5.6.*" }, "autoload": { "psr-4": {