From 8259514b5ae87124e0e2fa283b0a45cacee8f235 Mon Sep 17 00:00:00 2001 From: Vince Mitchell Date: Tue, 13 Feb 2018 05:19:25 -0500 Subject: [PATCH] Update for Laravel 5.6 (#23) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6b7db89..d273d94 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,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.*", "nesbot/carbon": "^1.21" }, "require-dev": {