Merge pull request #55 from Dann-Forked/guzzle-implementation
implement Guzzle usage.
Showing
| ... | ... | @@ -10,8 +10,9 @@ |
| } | ||
| ], | ||
| "require": { | ||
| "php": ">=5.4.0", | ||
| "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*" | ||
| "php": ">=5.5.5", | ||
| "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*", | ||
| "guzzlehttp/guzzle": "^6.2" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |
Please register or sign in to comment