You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: