pinned twig

This commit is contained in:
2021-05-30 19:01:11 +02:00
parent a4c49f1347
commit cc470de716
4 changed files with 90 additions and 3 deletions

@ -9,4 +9,5 @@ return [
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
];