2024-06-10 20:22:44 +02:00
|
|
|
<?php
|
2024-06-10 19:16:55 +02:00
|
|
|
|
|
|
|
return [
|
2024-06-10 20:22:44 +02:00
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
2024-06-10 19:16:55 +02:00
|
|
|
];
|