Skip to content

Commit

Permalink
Allow guzzle6 v2 adapter (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Mar 20, 2019
1 parent 7734093 commit 9e10d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^5.6|^7",
"omnipay/common": "^3",
"php-http/guzzle6-adapter": "^1.1"
"php-http/guzzle6-adapter": "^1.1|^2"
},
"require-dev": {
"omnipay/tests": "^3"
Expand Down

0 comments on commit 9e10d91

Please sign in to comment.