File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
4646You 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
You can’t perform that action at this time.
0 commit comments