From eb22bfb65388c5eb46ca5974c702ce3637400b21 Mon Sep 17 00:00:00 2001 From: Jack Colley Date: Thu, 8 Feb 2018 12:36:56 +0000 Subject: [PATCH] Adding support for Laravel 5.6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e670b00..56fc690 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "require": { "php": ">=5.6.4", "guzzlehttp/guzzle": "^6.2", - "illuminate/notifications": "5.3.* || 5.4.* || 5.5.*", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*" + "illuminate/notifications": "5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*" }, "require-dev": { "mockery/mockery": "^0.9.5",