27 lines
1.7 KiB
PHP
27 lines
1.7 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
||
|
|
Symfony\Bundle\TwigBundle\TwigBundle::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],
|
||
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
||
|
|
Sonata\DatagridBundle\SonataDatagridBundle::class => ['all' => true],
|
||
|
|
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
|
||
|
|
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
|
||
|
|
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
|
||
|
|
Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
|
||
|
|
Sonata\EasyExtendsBundle\SonataEasyExtendsBundle::class => ['all' => true],
|
||
|
|
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
|
||
|
|
Sonata\UserBundle\SonataUserBundle::class => ['all' => true],
|
||
|
|
Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
|
||
|
|
Gos\Bundle\PubSubRouterBundle\GosPubSubRouterBundle::class => ['all' => true],
|
||
|
|
Gos\Bundle\WebSocketBundle\GosWebSocketBundle::class => ['all' => true],
|
||
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
||
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
||
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
||
|
|
];
|