Skip to content

Commit f8e8c04

Browse files
authored
Merge pull request #847 from gmponos/patch-1
Allow guzzle 7
2 parents 0facae9 + 06c70e6 commit f8e8c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"require": {
99
"php": "^5.6|^7.0",
10-
"guzzlehttp/guzzle": "^6.0",
10+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
1111
"paragonie/random_compat": "^1|^2|^9.99"
1212
},
1313
"require-dev": {

0 commit comments

Comments
 (0)