Aplicación para gestionar el WiFi y punto de luz en puertos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.9 KiB

  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
  5. Pd\UserBundle\PdUserBundle::class => ['all' => true],
  6. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  7. Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
  8. Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
  9. Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
  10. Nelmio\ApiDocBundle\NelmioApiDocBundle::class => ['all' => true],
  11. Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
  12. Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
  13. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  14. Sonata\Doctrine\Bridge\Symfony\SonataDoctrineSymfonyBundle::class => ['all' => true],
  15. Sonata\Twig\Bridge\Symfony\SonataTwigSymfonyBundle::class => ['all' => true],
  16. Sonata\Form\Bridge\Symfony\SonataFormBundle::class => ['all' => true],
  17. Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
  18. Sonata\Exporter\Bridge\Symfony\SonataExporterSymfonyBundle::class => ['all' => true],
  19. Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
  20. Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
  21. Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
  22. Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
  23. Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
  24. Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
  25. Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
  26. CalendarBundle\CalendarBundle::class => ['all' => true],
  27. Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
  28. ];