forked from pumukit/PuMuKIT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundles.php
35 lines (34 loc) · 2.35 KB
/
bundles.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
return [
Doctrine\Bundle\MongoDBBundle\DoctrineMongoDBBundle::class => ['all' => true],
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
SunCat\MobileDetectBundle\MobileDetectBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
Vipx\BotDetectBundle\VipxBotDetectBundle::class => ['all' => true],
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true],
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Pumukit\BaseLivePlayerBundle\PumukitBaseLivePlayerBundle::class => ['all' => true],
Pumukit\BasePlayerBundle\PumukitBasePlayerBundle::class => ['all' => true],
Pumukit\CoreBundle\PumukitCoreBundle::class => ['all' => true],
Pumukit\EncoderBundle\PumukitEncoderBundle::class => ['all' => true],
Pumukit\InspectionBundle\PumukitInspectionBundle::class => ['all' => true],
Pumukit\JWPlayerBundle\PumukitJWPlayerBundle::class => ['all' => true],
Pumukit\NewAdminBundle\PumukitNewAdminBundle::class => ['all' => true],
Pumukit\NotificationBundle\PumukitNotificationBundle::class => ['all' => true],
Pumukit\SchemaBundle\PumukitSchemaBundle::class => ['all' => true],
Pumukit\StatsBundle\PumukitStatsBundle::class => ['all' => true],
Pumukit\WebTVBundle\PumukitWebTVBundle::class => ['all' => true],
Pumukit\WizardBundle\PumukitWizardBundle::class => ['all' => true],
Pumukit\WorkflowBundle\PumukitWorkflowBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Pumukit\StatsUIBundle\PumukitStatsUIBundle::class => ['all' => true],
];