crucialwebstudio / chargify-sdk-php

Chargify SDK for PHP
Apache License 2.0
26 stars 44 forks source link

Reduce the Guzzle library restriction in composer.json #15

Closed grantcarver closed 7 years ago

grantcarver commented 7 years ago

Restricting to a specific minor release version is a bit too much, just a restriction on the library's major version should prevent any breaking changes but still allow projects using the chargify-sdk-php library more freedom in their Guzzle version selection.

dan-bowen commented 7 years ago

Hello,

Thanks for your interest in the project. I really apologize for the slow reply to this.

Would you be able to change the guzzle version to ^6.1 and retarget the pr to the develop branch?

Thanks!