From 9fd51255dc95adc530e4273d5d2328c40000a735 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Wed, 18 Mar 2015 10:30:12 +0100 Subject: [PATCH] Debug : installing DoctrineMigrationBundle --- Tests/Fixtures/App/AppKernel.php | 3 ++- composer.json | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Tests/Fixtures/App/AppKernel.php b/Tests/Fixtures/App/AppKernel.php index a88e99867..16f21e1f5 100644 --- a/Tests/Fixtures/App/AppKernel.php +++ b/Tests/Fixtures/App/AppKernel.php @@ -14,7 +14,8 @@ class AppKernel extends Kernel new Symfony\Bundle\TwigBundle\TwigBundle(), new \Symfony\Bundle\AsseticBundle\AsseticBundle(), new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), - new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle() + new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(), + new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle() ); } diff --git a/composer.json b/composer.json index 67586ff16..1d1f225cf 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,10 @@ "doctrine/dbal": "~2.5", "doctrine/orm": "~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": { "symfony/dom-crawler": "2.5",