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",