mgufrone / cpanel-php

CPanel/WHM API for PHP
MIT License
158 stars 91 forks source link

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

Open JamesThanna opened 4 years ago

JamesThanna commented 4 years ago

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

JamesThanna commented 4 years ago

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?