implement Guzzle usage.
Showing
... | ... | @@ -11,7 +11,8 @@ |
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*" | ||
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*", | ||
"guzzlehttp/guzzle": "^6.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment