Przeglądaj źródła

fix docker-env configuration

Olivier Massot 3 lat temu
rodzic
commit
6f5c9d094d

+ 3 - 3
config/bundles.php

@@ -3,7 +3,7 @@
 return [
     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
     Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
-    Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
+    Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['docker' => true, 'test' => true],
     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
     Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
     Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
@@ -12,11 +12,11 @@ return [
     Jb\Bundle\PhumborBundle\JbPhumborBundle::class => ['all' => true],
     Misd\PhoneNumberBundle\MisdPhoneNumberBundle::class => ['all' => true],
     Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
-    Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
+    Symfony\Bundle\MakerBundle\MakerBundle::class => ['docker' => true],
     FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true],
     Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
     Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true],
     Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
-    Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
+    Symfony\Bundle\DebugBundle\DebugBundle::class => ['docker' => true],
     Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
 ];

+ 0 - 0
config/packages/dev/debug.yaml → config/packages/docker/debug.yaml


+ 0 - 0
config/packages/dev/mailer.yaml → config/packages/docker/mailer.yaml


+ 0 - 0
config/packages/dev/messenger.yaml → config/packages/docker/messenger.yaml


+ 0 - 0
config/packages/dev/monolog.yaml → config/packages/docker/monolog.yaml


+ 0 - 0
config/packages/dev/web_profiler.yaml → config/packages/docker/web_profiler.yaml


+ 0 - 0
config/routes/dev/framework.yaml → config/routes/docker/framework.yaml


+ 0 - 0
config/routes/dev/web_profiler.yaml → config/routes/docker/web_profiler.yaml