Skip to content

Instantly share code, notes, and snippets.

@enlacee
Created November 28, 2013 22:49
Show Gist options
  • Save enlacee/7699120 to your computer and use it in GitHub Desktop.
Save enlacee/7699120 to your computer and use it in GitHub Desktop.
------------------------------------------
instalar dentro del /proyecto (composer.phar):
@url http://www.programania.net/diseno-de-software/gestionando-dependencias-en-nuestros-proyectos-php-con-composer/
------------------------------------------
01 - curl -s https://getcomposer.org/installer | php
Crear 1 archivo de configuracion : compouser.json para la configuracion de dependencias.
php composer.phar install
{
"require":{
"symfony/console":"dev-master"
}
}
02 - php composer.phar install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment