Allow use with both guzzle 4 and guzzle 5
Showing
... | ... | @@ -15,7 +15,7 @@ |
} | ||
}, | ||
"require": { | ||
"guzzlehttp/guzzle": "~5.0", | ||
"guzzlehttp/guzzle": "~4.0|~5.0", | ||
"symfony/console": "~2.3", | ||
"symfony/process": "~2.3" | ||
}, | ||
... | ... |
Please
register
or
sign in
to comment