Skip to content

Requirement for Guzzle is restrictive #7

Closed
@markdwhite

Description

@markdwhite

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions