Bonjour,

J'ai un soucis j'arrive pas à exécuter la commande

curl -s https://getcomposer.org/installer | php

j'ai activer le module php_curl et j'ai copier le dossier curl dans le bin du wamp pour l'ajouter comme variable d'environnement, apparemment le variable et connu mnt mais il ne fait rien

Alors j'ai télécharger directement le composer.phar dans la racine du site, en suivant ce lien:

https://packagist.org/

Et en exécutant la commande:

php composer.phar install

ça m'affiche ça:

Loading composer repositories with package information
Installing dependencies from lock file
Warning: The lock file is not up to date with the latest changes in composer.json, you may be getting outdated dependencies, run update to update them.
Nothing to install or update
Generating autoload files
Clearing the cache for the dev environment with debug true
Installing assets using the hard copy option
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
Installing assets for Test\BlogBundle into web/bundles/blog
Installing assets for Tuto\AnimauxBundle into web/bundles/animaux
Installing assets for Acme\DemoBundle into web/bundles/acmedemo
Installing assets for Symfony\Bundle\WebProfilerBundle into web/bundles/webprofi
ler
Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodi
stribution

Voilà ce que j'ai ajouté dans le "require" du composer.json:

    "monolog/monolog": "1.2.*",
    "wowo/wowo-newsletter-bundle": "dev-master"

Merci d'avance

Aucune réponse