A gateway/firewall task to be able to talk someone about the real job
Fibinger Ádám
2021-10-22 fd7692eae00cbb0db3e6b732f68357e3c64a8a8b
commit | author | age
15b0f1 1 <?php
2
3 return [
4     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
fd7692 5     Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
6     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
7     Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
8     Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
9     Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
10     ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
11     Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
15b0f1 12 ];