implement Guzzle usage.
Showing
... | @@ -11,7 +11,8 @@ | ... | @@ -11,7 +11,8 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.4.0", | "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": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
Please register or sign in to comment