Skip to content

Commit 228b018

Browse files
authored
Added guzzle to requirements
1 parent 55d955e commit 228b018

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"require": {
1212
"php": ">=5.4.0",
1313
"illuminate/support": "~5",
14-
"omnipay/common": "~3.0"
14+
"omnipay/common": "~3.0",
15+
"php-http/guzzle6-adapter": "~2.0.0"
1516
},
1617
"autoload": {
1718
"psr-0": {

0 commit comments

Comments
 (0)