Skip to content

Commit 90ac990

Browse files
committed
Update README and composer with contributor's information
1 parent 8127600 commit 90ac990

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ This package makes it easy to send [OneSignal notifications](https://documentati
3131

3232
You can install the package via composer:
3333

34-
``` bash
35-
composer require laravel-notification-channels/onesignal
34+
```bash
35+
$ composer require laravel-notification-channels/onesignal
3636
```
3737

38-
You must install the service provider:
38+
If you're installing the package in Laravel 5.4 or lower, you must import the service provider:
3939

4040
```php
4141
// config/app.php
@@ -154,7 +154,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
154154

155155
## Testing
156156

157-
``` bash
157+
```bash
158158
$ composer test
159159
```
160160

@@ -170,6 +170,8 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
170170

171171
- [Marcel Pociot](https://github.com/mpociot)
172172
- [Freek Van der Herten](https://github.com/freekmurze)
173+
- [Lukas Kämmerling](https://github.com/LKDevelopment)
174+
- [David Llop](https://github.com/Lloople)
173175
- [All Contributors](../../contributors)
174176

175177
## License

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"name": "Freek Van der Herten",
1313
"email": "[email protected]",
1414
"homepage": "https://spatie.be"
15+
},
16+
{
17+
"name": "Lukas Kämmerling",
18+
"email": "[email protected]",
19+
"homepage": "https://lukas-kaemmerling.de"
20+
},
21+
{
22+
"name": "David Llop",
23+
"email": "[email protected]",
24+
"homepage": "http://davidllop.com"
1525
}
1626
],
1727
"require": {

0 commit comments

Comments
 (0)