Debug : installing DoctrineMigrationBundle

This commit is contained in:
Marc Ducobu 2015-03-18 10:30:12 +01:00
parent 434c51317d
commit 9fd51255dc
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,8 @@ class AppKernel extends Kernel
new Symfony\Bundle\TwigBundle\TwigBundle(), new Symfony\Bundle\TwigBundle\TwigBundle(),
new \Symfony\Bundle\AsseticBundle\AsseticBundle(), new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle() new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle()
); );
} }

View File

@ -26,7 +26,10 @@
"doctrine/dbal": "~2.5", "doctrine/dbal": "~2.5",
"doctrine/orm": "~2.4", "doctrine/orm": "~2.4",
"doctrine/common": "~2.4", "doctrine/common": "~2.4",
"doctrine/doctrine-bundle": "~1.2@dev" "doctrine/doctrine-bundle": "~1.2@dev",
"champs-libres/composer-bundle-migration": "~1.0",
"doctrine/doctrine-migrations-bundle": "dev-master@dev",
"doctrine/migrations": "~1.0@dev"
}, },
"require-dev": { "require-dev": {
"symfony/dom-crawler": "2.5", "symfony/dom-crawler": "2.5",