Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guzzle Error #44

Closed
chadcrowell opened this issue May 4, 2022 · 2 comments
Closed

Guzzle Error #44

chadcrowell opened this issue May 4, 2022 · 2 comments

Comments

@chadcrowell
Copy link

I am trying to install an update to Enupal Translated and getting this error on composer update:

 Problem 1
    - Root composer.json requires enupal/translate 2.3.0 -> satisfiable by enupal/translate[2.3.0].
    - Conclusion: don't install guzzlehttp/guzzle 7.4.0 (conflict analysis result)
    - Conclusion: don't install guzzlehttp/guzzle 7.4.2 (conflict analysis result)
    - enupal/translate 2.3.0 requires viniciusgava/google-translate-api 3.1.0 -> satisfiable by viniciusgava/google-translate-api[3.1.0].
    - Root composer.json requires surprisehighway/craft-avatax 2.1.8 -> satisfiable by surprisehighway/craft-avatax[2.1.8].
    - guzzlehttp/guzzle 7.4.x-dev is an alias of guzzlehttp/guzzle dev-master and thus requires it to be installed too.
    - viniciusgava/google-translate-api 3.1.0 requires guzzlehttp/guzzle ^7.0.1 -> satisfiable by guzzlehttp/guzzle[7.0.1, ..., 7.4.x-dev (alias of dev-master)].
    - You can only install one version of a package, so only one of these can be installed: guzzlehttp/guzzle[dev-master, v1.0.3, v1.0.4, v2.0.0, ..., v2.8.8, v3.0.0, ..., v3.8.1, 4.0.0-rc.1, ..., 4.x-dev, 5.0.0, ..., 5.3.x-dev, 6.0.0, ..., 6.5.x-dev, 7.0.0-beta.1, ..., 7.4.x-dev].
    - Conclusion: install guzzlehttp/guzzle 6.5.4 (conflict analysis result)

Which relates to this recent update: enupal/translate#43

Can you update your Guzzle requirement so I can update Enupal Translate?

@imagehat
Copy link
Collaborator

imagehat commented May 5, 2022

@chadcrowell - It looks like it is the Avalara PHP SDK requiring Guzzle 6. I'll try a pull request with them but they haven't updated that package in a long time. If we have to I suppose we could use our fork as the dependency.

@imagehat
Copy link
Collaborator

imagehat commented May 5, 2022

@chadcrowell - I was wrong they did release an update that includes Guzzle 7 in the dependencies. I've updated the plugin to v2.2.0 which should fix the Guzzle conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants