From a1defef04f9a88317f3e433dad098488f987a56e Mon Sep 17 00:00:00 2001 From: Henok Vermeire Date: Sat, 18 Nov 2017 20:59:16 +0100 Subject: [PATCH] Added support for laravel 5.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e0ad0ca..3c6b64b 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.*", - "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",