Add symfony/orm-pack

This commit is contained in:
Oliver Davies 2019-01-11 20:03:06 +00:00
parent 83cebc80c0
commit 847efa466a
12 changed files with 1705 additions and 44 deletions

View file

@ -3,4 +3,7 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
];