From 355726e901ca2537a194b3fa8bbff520d1ab3168 Mon Sep 17 00:00:00 2001 From: "Ariama Victor (A.K.A. OVAC4U)" Date: Mon, 19 Feb 2018 02:56:43 +0000 Subject: [PATCH] Add Laravel 5.6 Support This will allow this plugin work when installed on the new Laravel 5.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84bba73..8594105 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": ">=5.6.4", "guzzlehttp/guzzle": "^6.3", "illuminate/notifications": "5.3.*|5.4.*|5.5.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" }, "require-dev": { "mockery/mockery": "^0.9.5",