|
7 | 7 | Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
|
8 | 8 | Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
9 | 9 | Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
10 |
| - Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true], |
11 | 10 | Sylius\Bundle\OrderBundle\SyliusOrderBundle::class => ['all' => true],
|
12 | 11 | Sylius\Bundle\MoneyBundle\SyliusMoneyBundle::class => ['all' => true],
|
13 | 12 | Sylius\Bundle\CurrencyBundle\SyliusCurrencyBundle::class => ['all' => true],
|
|
41 | 40 | Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
|
42 | 41 | Payum\Bundle\PayumBundle\PayumBundle::class => ['all' => true],
|
43 | 42 | Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
|
44 |
| - WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true], |
| 43 | + BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], |
45 | 44 | Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
46 | 45 | Sylius\Bundle\FixturesBundle\SyliusFixturesBundle::class => ['all' => true],
|
47 | 46 | Sylius\Bundle\PayumBundle\SyliusPayumBundle::class => ['all' => true],
|
|
53 | 52 | Setono\DoctrineORMBatcherBundle\SetonoDoctrineORMBatcherBundle::class => ['all' => true],
|
54 | 53 | Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
|
55 | 54 | Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
|
| 55 | + SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true], |
56 | 56 | ];
|
0 commit comments