Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update monolog version
Browse files Browse the repository at this point in the history
  • Loading branch information
brozot committed Nov 26, 2019
1 parent fe3c5b5 commit 1b5c64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or you can add it directly in your composer.json file:
```json
{
"require": {
"brozot/laravel-fcm": "1.2.*"
"brozot/laravel-fcm": "1.3.*"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=5.5.9",
"illuminate/support": "5.*|^6",
"guzzlehttp/guzzle": "~6.0",
"monolog/monolog": "^1.19"
"monolog/monolog": "^1.12|^2.0"
},
"require-dev": {
"mockery/mockery" : "0.9.*",
Expand Down

0 comments on commit 1b5c64c

Please sign in to comment.