Skip to content

Commit 9951d9f

Browse files
authored
Update README for v2.0.0
1 parent 82ea738 commit 9951d9f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/pushover/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/pushover/?branch=master)
1010
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/pushover.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/pushover)
1111

12-
This package makes it easy to send Pushover notifications with Laravel Notifications (included in Laravel 5.3 and higher).
12+
This package makes it easy to send Pushover notifications with Laravel Notifications.
1313

1414
## Contents
1515

@@ -32,16 +32,6 @@ You can install the package via composer:
3232
composer require laravel-notification-channels/pushover
3333
```
3434

35-
For Laravel 5.4 or lower, you must add the service provider to the app config:
36-
37-
```php
38-
// config/app.php
39-
'providers' => [
40-
...
41-
NotificationChannels\Pushover\PushoverServiceProvider::class,
42-
],
43-
```
44-
4535
### Setting up your Pushover account
4636

4737
To start sending messages via Pushover, you have to [register an application](https://pushover.net/apps/build).

0 commit comments

Comments
 (0)