選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
886B

  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
  5. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  6. Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
  7. Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
  8. Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
  9. Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
  10. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  11. Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
  12. Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
  13. Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
  14. ];