symfony - Guzzle Installation -


i'm not sure why i'm getting error :

php composer.phar require guzzle/guzzle:~3.7 

error :

    ./composer.json has been updated      loading composer repositories package information      updating dependencies (including require-dev)      requirements not resolved installable set of packages.    problem 1     - guzzle/guzzle v3.8.1 requires ext-curl * -> requested php extension curl  missing system.     - installation request guzzle/guzzle ~3.7 -> satisfiable guzzle/guzzle[v3.7.0, v3.7.1, v3.7.2, v3.7.3, v3.7.4, v3.8.0, v3.8.1].   installation failed, reverting ./composer.json original content. 

any idea ??!

it better use guzzle/guzzle through bundle if using symfony.

i recommend use misd/guzzle-bundle. so, add line on composer.json

"misd/guzzle-bundle": "1.1.*@dev" 

then, update bundles:

php composer.phar update  

and last version of guzzle/guzzle.

dont forget install this:

sudo apt-get install php5-curl 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -