Skip to content

Commit ec403c4

Browse files
committed
Update README for laravel <= 5.4
1 parent e5c4fa4 commit ec403c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ You can install the package via composer:
2727
```bash
2828
composer require alymosul/laravel-exponent-push-notifications
2929
```
30+
31+
If you use Laravel <= 5.4, please use release v1.0:
32+
```bash
33+
composer require alymosul/laravel-exponent-push-notifications dev-master#v1.0
34+
```
35+
3036
You must install the service provider:
3137

3238
```php

0 commit comments

Comments
 (0)