bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

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

Open writethesky opened 10 years ago

writethesky commented 10 years ago

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

Problem 1

bshaffer commented 10 years ago

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 notifications@github.com 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: https://github.com/bshaffer/oauth2-demo-php/issues/37