Skip to content

Commit cc3de83

Browse files
authored
Allow guzzle 7
1 parent aa28430 commit cc3de83

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)