Skip to content

Commit 0c5c963

Browse files
authored
Update README.md
1 parent 13e6f97 commit 0c5c963

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ Or you can manually update your require block and run `composer update` if you c
3838
```json
3939
{
4040
"require": {
41-
"laravel-notification-channels/pushbullet": "^0.2"
42-
}
41+
       "laravel-notification-channels/pushbullet": "^0.3"
42+
  }
4343
}
4444
```
4545

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

48-
Once package is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.
48+
If you use Laravel 5.5 you don't need the following step.
49+
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.
4950

5051
* `NotificationChannels\Pushbullet\PushbulletServiceProvider::class`
5152

0 commit comments

Comments
 (0)