You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
3.1 KiB
45 lines
3.1 KiB
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
|
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true],
|
|
Sonata\EasyExtendsBundle\SonataEasyExtendsBundle::class => ['all' => true],
|
|
Sonata\DatagridBundle\SonataDatagridBundle::class => ['all' => true],
|
|
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
|
|
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
|
|
Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
|
|
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
|
|
Sonata\UserBundle\SonataUserBundle::class => ['all' => true],
|
|
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
|
|
Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle::class => ['all' => true],
|
|
Sonata\SeoBundle\SonataSeoBundle::class => ['all' => true],
|
|
Sonata\NotificationBundle\SonataNotificationBundle::class => ['all' => true],
|
|
Sonata\CacheBundle\SonataCacheBundle::class => ['all' => true],
|
|
Sonata\PageBundle\SonataPageBundle::class => ['all' => true],
|
|
Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
|
|
Sonata\ClassificationBundle\SonataClassificationBundle::class => ['all' => true],
|
|
Spy\TimelineBundle\SpyTimelineBundle::class => ['all' => true],
|
|
Sonata\IntlBundle\SonataIntlBundle::class => ['all' => true],
|
|
Sonata\TimelineBundle\SonataTimelineBundle::class => ['all' => true],
|
|
Knp\Bundle\MarkdownBundle\KnpMarkdownBundle::class => ['all' => true],
|
|
Ivory\CKEditorBundle\IvoryCKEditorBundle::class => ['all' => true],
|
|
Sonata\FormatterBundle\SonataFormatterBundle::class => ['all' => true],
|
|
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
|
|
Sonata\MediaBundle\SonataMediaBundle::class => ['all' => true],
|
|
FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true],
|
|
FM\ElfinderBundle\FMElfinderBundle::class => ['all' => true],
|
|
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
|
|
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
|
];
|
|
|