12345678 |
- <?php
- return [
- Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
- Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
- Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
- K911\Swoole\Bridge\Symfony\Bundle\SwooleBundle::class => ['swoole' => true],
- ];
|