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
When trying to follow the steps it fails. Also the build status on on the project page says error.
Here is what I get
composer require infusionsoft/php-sdk
Using version ^1.1 for infusionsoft/php-sdk
./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
- The requested package infusionsoft/php-sdk No version set (parsed as 1.0.0) could not be found.
@kressaty
Similar issue I have, I think you should update dependencies to use guzzlehttp/guzzle instead of guzzle/guzzle as guzzle/guzzle is deprecated now:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for infusionsoft/php-sdk 1.1.1 -> satisfiable by infusionsoft/php-sdk[1.1.1].
- infusionsoft/php-sdk 1.1.1 requires guzzle/guzzle 3.8.* -> no matching package found.
Potential causes:
A typo in the package name
The package is not available in a stable-enough version according to your minimum-stability setting
When trying to follow the steps it fails. Also the build status on on the project page says error.
Here is what I get
composer require infusionsoft/php-sdk
Using version ^1.1 for infusionsoft/php-sdk
./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
- The requested package infusionsoft/php-sdk No version set (parsed as 1.0.0) could not be found.
Potential causes:
see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
Installation failed, reverting ./composer.json to its original content.
The text was updated successfully, but these errors were encountered: