|
8 | 8 | Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], |
9 | 9 | Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
10 | 10 | Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], |
| 11 | + Sylius\Abstraction\StateMachine\SyliusStateMachineAbstractionBundle::class => ['all' => true], |
| 12 | + Sylius\Calendar\SyliusCalendarBundle::class => ['all' => true], |
11 | 13 | Sylius\Bundle\OrderBundle\SyliusOrderBundle::class => ['all' => true], |
12 | 14 | Sylius\Bundle\MoneyBundle\SyliusMoneyBundle::class => ['all' => true], |
13 | 15 | Sylius\Bundle\CurrencyBundle\SyliusCurrencyBundle::class => ['all' => true], |
|
29 | 31 | Sylius\Bundle\ReviewBundle\SyliusReviewBundle::class => ['all' => true], |
30 | 32 | Sylius\Bundle\CoreBundle\SyliusCoreBundle::class => ['all' => true], |
31 | 33 | Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true], |
| 34 | + Setono\SyliusSEOPlugin\SetonoSyliusSEOPlugin::class => ['all' => true], |
32 | 35 | Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true], |
33 | 36 | winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true], |
34 | 37 | Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true], |
|
37 | 40 | FOS\RestBundle\FOSRestBundle::class => ['all' => true], |
38 | 41 | Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true], |
39 | 42 | Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true], |
40 | | - League\FlysystemBundle\FlysystemBundle::class => ['all' => true], |
41 | 43 | Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true], |
42 | 44 | Payum\Bundle\PayumBundle\PayumBundle::class => ['all' => true], |
43 | 45 | Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], |
| 46 | + BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], |
44 | 47 | Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], |
45 | 48 | Sylius\Bundle\FixturesBundle\SyliusFixturesBundle::class => ['all' => true], |
46 | 49 | Sylius\Bundle\PayumBundle\SyliusPayumBundle::class => ['all' => true], |
47 | 50 | Sylius\Bundle\ThemeBundle\SyliusThemeBundle::class => ['all' => true], |
48 | 51 | Sylius\Bundle\AdminBundle\SyliusAdminBundle::class => ['all' => true], |
49 | 52 | Sylius\Bundle\ShopBundle\SyliusShopBundle::class => ['all' => true], |
50 | | - Setono\SyliusSEOPlugin\SetonoSyliusSEOPlugin::class => ['all' => true], |
51 | | - Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true], |
52 | | - Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], |
| 53 | + Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true], |
| 54 | + Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true], |
| 55 | + Sylius\Behat\Application\SyliusTestPlugin\SyliusTestPlugin::class => ['test' => true, 'test_cached' => true], |
53 | 56 | ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], |
54 | 57 | Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], |
55 | 58 | Sylius\Bundle\ApiBundle\SyliusApiBundle::class => ['all' => true], |
56 | 59 | SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true], |
57 | | - BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], |
58 | 60 | SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true], |
| 61 | + League\FlysystemBundle\FlysystemBundle::class => ['all' => true], |
59 | 62 | Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], |
60 | | - Sylius\Calendar\SyliusCalendarBundle::class => ['all' => true], |
61 | 63 | ]; |
0 commit comments