Skip to content

Commit 54e93cc

Browse files
authored
Merge pull request #93 from gmponos/patch-1
Allow guzzle 7
2 parents bbd4cc5 + cc3de83 commit 54e93cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=7.2",
15-
"guzzlehttp/guzzle": "^6.3.3",
15+
"guzzlehttp/guzzle": "^6.3.3 || ^7.0.1",
1616
"firebase/php-jwt": "^v5.0.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)