Skip to content

Commit 31eaafe

Browse files
committed
Add Guzzle 7.x to allowed versions.
1 parent 5ebf8ef commit 31eaafe

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)