Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Fix Composer Require Error
Browse files Browse the repository at this point in the history
Change from `$ composer require brozot/laravel-fcm` to `$ composer require brozot/laravel-fcm`
and also on composer.json
  • Loading branch information
mhdiiilham authored Sep 2, 2020
1 parent a86f21e commit 036b145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ It currently **only supports HTTP protocol** for :
To get the latest version of Laravel-FCM on your project, require it from "composer":


$ composer require brozot/laravel-fcm
$ composer require apility/laravel-fcm


Or you can add it directly in your composer.json file:

```json
{
"require": {
"brozot/laravel-fcm": "1.3.*"
"apility/laravel-fcm": "^1.4.*"
}
}
```
Expand Down

0 comments on commit 036b145

Please sign in to comment.