2023-12-04 21:28:33 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
2023-12-05 04:15:41 +02:00
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
2023-12-06 23:50:54 +02:00
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
2023-12-07 00:14:17 +02:00
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
2024-02-15 23:15:00 +02:00
|
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
2023-12-04 21:28:33 +02:00
|
|
|
];
|