From d0bdfa248b62d62719590c6b998a1ee00c172280 Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Sat, 28 Sep 2019 14:20:04 +0930 Subject: [PATCH] add support for Laravel 6 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 38e1934..7d9e7f9 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "require": { "php": ">=5.6.4", "clicksend/clicksend-php": "4.0.*", - "illuminate/queue": "^5.1", - "illuminate/notifications": "^5.1", - "illuminate/support": "^5.1" + "illuminate/queue": "^5.1 || ^6.0", + "illuminate/notifications": "^5.1 || ^6.0", + "illuminate/support": "^5.1 || ^6.0" }, "require-dev": { "phpunit/phpunit": "^5.2",