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

Claro!! Aqui está:

{
"name": "symfony/framework-standard-edition",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "src/" }

},
"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"
},
"scripts": {
"post-install-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::installRequirementsFile"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\Scr iptHandler::installRequirementsFile"
]
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web"
}
}