From 9c1e01ec569db1f01cdab3e69ea3fa930162a3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Iva=C5=9Fcu?= Date: Tue, 13 Feb 2018 18:04:12 +0200 Subject: [PATCH] Laravel 5.6 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f28005c..b02396f 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.6.4", - "illuminate/support": "5.4.x|5.5.x", - "illuminate/console": "5.4.x|5.5.x", + "illuminate/support": "5.4.x|5.5.x|5.6.x", + "illuminate/console": "5.4.x|5.5.x|5.6.x", "symfony/process": "~3.2" }, "autoload": {