mremi / UrlShortenerBundle

Implementation of UrlShortener library for Symfony
19 stars 15 forks source link

Bundle is stuck on version 1.0.* of UrlShortener library #15

Open marianflorin opened 6 years ago

marianflorin commented 6 years ago

Hi @mremi,

Why isn't this bundle using the version 2.* of the UrlShortener library? I want to deprecate the guzzle/guzzle package in my project, and I can't do it because the version 1.0.3 of the UrlShortener library requires it.

mremi commented 6 years ago

Hi @marianflorin ,

A PR was opened to do that but still pending, https://github.com/mremi/UrlShortenerBundle/pull/11, do you want to finalize it?

marianflorin commented 6 years ago

@mremi - I opened a new PR https://github.com/mremi/UrlShortenerBundle/pull/16, but it doesn't pass the Travis CI tests. Sorry, I don't have experience with Travis CI. Can you take a look please?