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].
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 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