From 7f2122d9f70e9ca2c39b67a3f204772f48a408e7 Mon Sep 17 00:00:00 2001 From: Bruno Ferme Gasparin Date: Fri, 21 Jul 2017 19:17:41 -0300 Subject: [PATCH] Updated for Laravel 5.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4244f56..c82b55f 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "require": { "php": ">=5.6.4", "guzzlehttp/guzzle": "~6.0", - "illuminate/notifications": "5.3.*|5.4.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*" + "illuminate/notifications": "5.3.*|5.4.*|5.5.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" }, "require-dev": { "mockery/mockery": "^0.9.5",