bundles.php 428 B

12345678910
  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true, 'test' => true],
  5. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  6. Twig\Markdown\Bundle\TwigMarkdownBundle::class => ['all' => true],
  7. Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
  8. ];