Skip to content

Commit 2f03dd3

Browse files
authored
Merge pull request #5 from SlvrEagle23/feature/guzzle7-support
Add Guzzle 7.x to allowed versions.
2 parents 5ebf8ef + 31eaafe commit 2f03dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"minimum-stability": "RC",
1717
"require": {
1818
"php": ">=5.6.0 <8.0",
19-
"guzzlehttp/guzzle": "^6.3.0",
19+
"guzzlehttp/guzzle": "^6.3.0|^7.0.0",
2020
"codeception/lib-innerbrowser": "^1.0",
2121
"codeception/codeception": "^4.0"
2222
},

0 commit comments

Comments
 (0)