bundles.php 323 B

12345678
  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  5. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  6. K911\Swoole\Bridge\Symfony\Bundle\SwooleBundle::class => ['swoole' => true],
  7. ];