Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your requirements could not be resolved to an installable set of packages. #37

Open
writethesky opened this issue Apr 7, 2014 · 1 comment

Comments

@writethesky
Copy link

run : ./composer.phar install
notice :
Your requirements could not be resolved to an installable set of packages.

Problem 1
- guzzle/guzzle v3.8.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.8.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.4 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.3 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.2 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle 3.8.x-dev requires ext-curl * -> the requested PHP extension curl is missing from your system.
- Installation request for guzzle/guzzle ~3.7 -> satisfiable by guzzle/guzzle[3.8.x-dev, v3.7.0, v3.7.1, v3.7.2, v3.7.3, v3.7.4, v3.8.0, v3.8.1].

@bshaffer
Copy link
Owner

bshaffer commented Apr 7, 2014

You must have the curl extension for PHP installed to use this project. 

Please enable the cURL php extension, and you'll be good to go

Brent Shaffer

On Mon, Apr 7, 2014 at 12:10 AM, writethesky [email protected]
wrote:

run : ./composer.phar install
notice :
Your requirements could not be resolved to an installable set of packages.
Problem 1
- guzzle/guzzle v3.8.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.8.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.4 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.3 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.2 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle v3.7.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- guzzle/guzzle 3.8.x-dev requires ext-curl * -> the requested PHP extension curl is missing from your system.

- Installation request for guzzle/guzzle ~3.7 -> satisfiable by guzzle/guzzle[3.8.x-dev, v3.7.0, v3.7.1, v3.7.2, v3.7.3, v3.7.4, v3.8.0, v3.8.1].

Reply to this email directly or view it on GitHub:
#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants