prismicio-community / php-kit

Community maintained development kit for Prismic and the PHP language
https://prismic.io
Other
109 stars 83 forks source link

Make guzzle version a little more flexible #77

Closed fazy closed 10 years ago

fazy commented 10 years ago

Guzzle needed to be exactly 3.9.1. Now it is >=3.9.1

This was causing an unresolvable dependency clash with a local project that was also using a fixed constraint. Fixed our own project, but it would be good to fix here too before another dependency comes along with this problem. ;)

Note that this will never result in Guzzle being upgraded beyond the 3.x series, because the Github repo and Packagist locations both changed. To upgrade to 4.x or higher will require changing the package name to guzzlehttp/guzzle.