Skip to content

Commit

Permalink
Merge pull request #22 from bobbybouwmann/composer-require
Browse files Browse the repository at this point in the history
Remove @ from composer require because it's not working anymore
  • Loading branch information
benwilkins authored Sep 17, 2018
2 parents 7e25a42 + 0f1008c commit 27c5a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package works only with [Legacy HTTP Server Protocol](https://firebase.goog
This package can be installed through Composer.

``` bash
composer require benwilkins/laravel-fcm-notification:@dev-master
composer require benwilkins/laravel-fcm-notification:dev-master
```

If installing on < Laravel 5.5 then add the service provider:
Expand Down

0 comments on commit 27c5a97

Please sign in to comment.