From 92d898d3cb364510f8c600d0a31a3c64681a973b Mon Sep 17 00:00:00 2001 From: Irfaq Syed Date: Tue, 4 Sep 2018 23:04:28 +0530 Subject: [PATCH] Support All Laravel Versions 5.3 and above. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4cee6a0..964808e 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.* || 5.6.*", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*" + "illuminate/notifications": ">=5.3", + "illuminate/support": ">=5.1" }, "require-dev": { "mockery/mockery": "^0.9.5",