cpanel-php icon indicating copy to clipboard operation
cpanel-php copied to clipboard

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

Open JamesThanna opened this issue 4 years ago • 1 comments

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 avatar Sep 06 '20 12:09 JamesThanna

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?

JamesThanna avatar Sep 06 '20 12:09 JamesThanna