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

Commit 33c25d5

Browse files
committed
Fix #6 - "guzzlehttp/guzzle" 7 support
1 parent c2d04a4 commit 33c25d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
- Support laravel 8
1010
- Support `illuminate/support` 8
11+
- Support `guzzlehttp/guzzle` 7
1112
- Add support for setDirectBootOk on OptionsBuilder
1213
- Mark setDryRun as deprecated v1 FCM on OptionsBuilder
1314

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.5.9",
1919
"illuminate/support": "5.* || ^6 || ^7 || ^8",
20-
"guzzlehttp/guzzle": "~6.0",
20+
"guzzlehttp/guzzle": "^6 || ^7",
2121
"monolog/monolog": "^1.12|^2.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)