twilio / authy-php

A PHP client for Authy
245 stars 87 forks source link

Guzzle 6.0 incompatibility #22

Closed castarco closed 6 years ago

castarco commented 8 years ago

It would be nice to release a version of Authy-PHP using Guzzle 6.0 instead of Guzzle 5.0. Actually I can't use this library in the project where I'm working because there is a dependencies conflict.

Composer tries to install a very old version of Authy-PHP because it uses Resty instead of Guzzle, but it lacks a lot of features, so that is not a solution for me.

If "semver" is used for Authy-PHP versioning, then it should be easy to port the current version to Guzzle 6.0 without having to worry about breaking backwards compatibility.

serargz commented 6 years ago

@castarco we have merged https://github.com/authy/authy-php/pull/30. It includes Guzzle 6. A new release will be published soon.