Skip to content

Commit 248dbed

Browse files
committed
Change abandoned guzzle/http to guzzle/guzzle (fixes #33)
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.
1 parent cf674c7 commit 248dbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require": {
3030
"php": ">=5.3.2",
31-
"guzzle/http": "~3.1",
31+
"guzzle/guzzle": "~3.9",
3232
"symfony/http-foundation": "~2.1"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)