Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 #37

Open
JamesThanna opened this issue Sep 6, 2020 · 1 comment
Open

gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 #37

JamesThanna opened this issue Sep 6, 2020 · 1 comment

Comments

@JamesThanna
Copy link

Hi,

I'm trying to install Guzzle on my Application but it seems that this composer is requiring guzzle 6 but the latest version is 7.

`composer require guzzlehttp/guzzle
Using version ^7.0 for guzzlehttp/guzzle
./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
- Installation request for guzzlehttp/guzzle ^7.0 -> satisfiable by guzzlehttp/guzzle[7.0.0, 7.0.0-beta.1, 7.0.0-beta.2, 7.0.0-rc.1, 7.0.1, 7.0.x-dev, 7.1.x-dev].
- gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.5.x-dev].
- gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.5.x-dev].
- gufy/cpanel-php v2.0.0 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.5.x-dev].
- Conclusion: don't install guzzlehttp/guzzle 6.5.x-dev
- Installation request for gufy/cpanel-php ~2.0 -> satisfiable by gufy/cpanel-php[v2.0.0].

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

There is any plans to update this to allow the latest version of guzzle or is there a work around?

Thanks
James

@JamesThanna
Copy link
Author

I'm able to run composer require guzzlehttp/guzzle:~6.0 to get old versions of Guzzle.

Is there any plans to update this package to support 7?

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

No branches or pull requests

1 participant