Skip to content

Commit 113a418

Browse files
committed
Update readme
1 parent fc12744 commit 113a418

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5-
## 1.0.0 - 2018-02-07
5+
## 1.0.1 - 2018-09-05
6+
- Allowed Laravel 5.7
67

7-
- initial 1.0.0 release
8+
## 1.0.0 - 2018-02-07
9+
- Initial 1.0.0 release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Or you can manually update your require block and run `composer update` if you c
4545

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

48-
If you use Laravel 5.5 you don't need the following step.
48+
If you use Laravel 5.5 or higher, you don't need the following step.
4949
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.
5050

5151
* `NotificationChannels\Pushbullet\PushbulletServiceProvider::class`

0 commit comments

Comments
 (0)