Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsoft committed Sep 5, 2018
1 parent fc12744 commit 113a418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to `laravel-notification-channels/pushbullet` will be documented in this file

## 1.0.0 - 2018-02-07
## 1.0.1 - 2018-09-05
- Allowed Laravel 5.7

- initial 1.0.0 release
## 1.0.0 - 2018-02-07
- Initial 1.0.0 release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Or you can manually update your require block and run `composer update` if you c

You will also need to install `guzzlehttp/guzzle` http client to send request to Pushbullet API.

If you use Laravel 5.5 you don't need the following step.
If you use Laravel 5.5 or higher, you don't need the following step.
If not, once package is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

* `NotificationChannels\Pushbullet\PushbulletServiceProvider::class`
Expand Down

0 comments on commit 113a418

Please sign in to comment.