eko / GoogleTranslateBundle

A Symfony bundle to deals with Google Translate API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not install, not compatible guzzle

sergeybahtin opened this issue · comments

composer require eko/googletranslatebundle
Using version ^1.1 for eko/googletranslatebundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- eko/googletranslatebundle 1.1.2 requires guzzlehttp/guzzle 5.0.@dev -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3] but these conflict with your requirements or minimum-stability.
- eko/googletranslatebundle 1.1.1 requires guzzlehttp/guzzle 5.0.
@dev -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3] but these conflict with your requirements or minimum-stability.
- eko/googletranslatebundle 1.1.0 requires guzzlehttp/guzzle 5.0.*@dev -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3] but these conflict with your requirements or minimum-stability.
- Installation request for eko/googletranslatebundle ^1.1 -> satisfiable by eko/googletranslatebundle[1.1.0, 1.1.1, 1.1.2].

Installation failed, reverting ./composer.json to its original content.

I have the same issue. I'm using another bundle which use GuzzleAdapter 6 and I have conflict with guzzlehttp/guzzle 5.0

+1 I would like to have a 1.1.4 tag where the guzzle dependency would be defined as higher then 5.3.0 or something.

Edit: I see that would break the current use of the guzzle client, so some work needs to be done.

Hello,

Could you please propose a Pull Request with that change in order to tag it?

If you can't I will try to do that later.

Thank you