Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 1b5c64c

Browse files
committed
update monolog version
1 parent fe3c5b5 commit 1b5c64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or you can add it directly in your composer.json file:
2929
```json
3030
{
3131
"require": {
32-
"brozot/laravel-fcm": "1.2.*"
32+
"brozot/laravel-fcm": "1.3.*"
3333
}
3434
}
3535
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=5.5.9",
1515
"illuminate/support": "5.*|^6",
1616
"guzzlehttp/guzzle": "~6.0",
17-
"monolog/monolog": "^1.19"
17+
"monolog/monolog": "^1.12|^2.0"
1818
},
1919
"require-dev": {
2020
"mockery/mockery" : "0.9.*",

0 commit comments

Comments
 (0)