summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/backend/config/bundles.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole3/backend/config/bundles.php')
-rw-r--r--admin/WebConsole3/backend/config/bundles.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/admin/WebConsole3/backend/config/bundles.php b/admin/WebConsole3/backend/config/bundles.php
new file mode 100644
index 00000000..0f59c356
--- /dev/null
+++ b/admin/WebConsole3/backend/config/bundles.php
@@ -0,0 +1,26 @@
+<?php
+
+return [
+ Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
+ Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
+ Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
+ Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
+ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
+ Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
+ Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
+ Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
+ Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
+ Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
+ FOS\UserBundle\FOSUserBundle::class => ['all' => true],
+ FOS\RestBundle\FOSRestBundle::class => ['all' => true],
+ FOS\OAuthServerBundle\FOSOAuthServerBundle::class => ['all' => true],
+ JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
+ Opengnsys\CoreBundle\OpengnsysCoreBundle::class => ['all' => true],
+ Opengnsys\MigrationBundle\OpengnsysMigrationBundle::class => ['all' => true],
+ Opengnsys\ServerBundle\OpengnsysServerBundle::class => ['all' => true],
+ Opengnsys\RepositoryBundle\OpengnsysRepositoryBundle::class => ['all' => true],
+ Nelmio\ApiDocBundle\NelmioApiDocBundle::class => ['all' => true],
+ Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
+ Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
+ Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
+];