Closed
Description
Currently this library requires a fixed version of Guzzle:
"guzzle/guzzle": "3.7.1"
This causes problems when trying to install other libraries that have a more relaxed set of requirements, eg aws-sdk-php:
"guzzle/guzzle": "~3.7.0"
I suggest the mailgun-php also uses tilde or wildcard matching as ~3.7.0 or 3.7.* should provide a consistent API.
Mark...
Metadata
Metadata
Assignees
Labels
No labels