Skip to content

Commit 9e10d91

Browse files
authoredMar 20, 2019
Allow guzzle6 v2 adapter (#556)
1 parent 7734093 commit 9e10d91

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
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^5.6|^7",
2525
"omnipay/common": "^3",
26-
"php-http/guzzle6-adapter": "^1.1"
26+
"php-http/guzzle6-adapter": "^1.1|^2"
2727
},
2828
"require-dev": {
2929
"omnipay/tests": "^3"

0 commit comments

Comments
 (0)
Please sign in to comment.