From 2c00ed655e7a4595f2020e768347c6b177d83e65 Mon Sep 17 00:00:00 2001 From: elrusso Date: Thu, 19 Sep 2019 09:50:02 +0300 Subject: [PATCH 1/3] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 25392e0..3bc7c99 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ ], "license": "MIT", "require": { - "php": ">=5.5.9", - "illuminate/support": "5.*", + "php": ">=7.1", + "illuminate/support": ">=5.*", "guzzlehttp/guzzle": "~6.0" }, "autoload": { From b05872c00a2d0c604592ece4b1edbe81f9b7f364 Mon Sep 17 00:00:00 2001 From: elrusso Date: Thu, 19 Sep 2019 10:14:58 +0300 Subject: [PATCH 2/3] Update composer.json Added laravel 6 supporting --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3bc7c99..36782d0 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "license": "MIT", "require": { "php": ">=7.1", - "illuminate/support": ">=5.*", - "guzzlehttp/guzzle": "~6.0" + "illuminate/support": "5.* | ^6.0", + "guzzlehttp/guzzle": "~6.0" }, "autoload": { "psr-4": { From 4e22201345e7a010641b3722f194cc623ca63b1c Mon Sep 17 00:00:00 2001 From: elrusso Date: Thu, 19 Sep 2019 13:15:49 +0300 Subject: [PATCH 3/3] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc48fea..32d616e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Les's create a notification using artisan commend: php artisan make:notification FirebaseNotification ``` -Now you can use `firebase` channel in your `vie()` mothod. +Now you can use `firebase` channel in your `via()` method. ```php public function via($notifiable)