Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/10/2012, 13:41
vorox
 
Fecha de Ingreso: septiembre-2010
Mensajes: 79
Antigüedad: 13 años, 7 meses
Puntos: 1
Respuesta: Problema con DoctrineFixturesBundle

No, no me muestra que se clona ese bundle, esto es lo que me muestra:


C:\wamp\www\AlimentosSymfony>php composer.phar update
Loading composer repositories with package information
Updating dependencies
- Updating swiftmailer/swiftmailer (dev-master 6053697 => v4.2.2)
Checking out v4.2.2

- Updating twig/twig dev-master (8dbe80 => 0505c2)
Checking out 0505c2fefd5eaa81c628b0cf8a9b8a2bc612321c

- Updating symfony/symfony 2.1.x-dev (43aa20 => c4c5d3)
Checking out c4c5d3c02d11cb9332c2d57a97d03fdb27318797

Writing lock file
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 Jazzyweb\AulasMentor\AlimentosBundle into web/bundles/jazz
ywebaulasmentoralimentos
Installing assets for Sil\Unidad3\NuevoBundle into web/bundles/silunidad3nuevo
Installing assets for Jazzyweb\AulasMentor\NotasFrontendBundle into web/bundles/
jamnotasfrontend
Installing assets for Jazzyweb\AulasMentor\NotasBackendBundle into web/bundles/j
amnotasbackend
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


En el archivo composer.json tengo:

"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.1.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-bundle": "1.0.*",
"twig/extensions": "1.0.*",
"symfony/assetic-bundle": "2.1.*",
"symfony/swiftmailer-bundle": "2.1.*",
"symfony/monolog-bundle": "2.1.*",
"sensio/distribution-bundle": "2.1.*",
"sensio/framework-extra-bundle": "2.1.*",
"sensio/generator-bundle": "2.1.*",
"jms/security-extra-bundle": "1.2.*",
"jms/di-extra-bundle": "1.1.*",
"doctrine/doctrine-fixtures-bundle": "dev-master"
},


Muchas gracias a los que estais colaborando en el tema.