Skip to content

Commit

Permalink
Change abandoned guzzle/http to guzzle/guzzle (fixes #33)
Browse files Browse the repository at this point in the history
Composer shows warnings in any project requiring omnipay-common, since guzzle/http is abandoned and no longer supported. This is not nice, esp. since this might introduce some security issues in future.
  • Loading branch information
TiGR committed Mar 13, 2015
1 parent cf674c7 commit 248dbed
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 @@ -28,7 +28,7 @@
},
"require": {
"php": ">=5.3.2",
"guzzle/http": "~3.1",
"guzzle/guzzle": "~3.9",
"symfony/http-foundation": "~2.1"
},
"require-dev": {
Expand Down

0 comments on commit 248dbed

Please sign in to comment.