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 #19

Closed pttnores closed 7 years ago

dan-bowen commented 7 years ago

Hello,

Thanks for your interest in the project. Please change the guzzle version to ^6.0 to allow for all of version 6.

Thanks!

pttnores commented 7 years ago

Done @crucialwebstudio

dan-bowen commented 7 years ago

I'm sorry but what you have here will actually make the Guzzle version even more restrictive. With ^6.0.0 only the last digit can go up so this is a downgrade to 6.0.*. 6.1.*, 6.2.* etc. would never get installed.

I have made the change in master and tagged version 0.1.2 so you can get the change through composer.