Installed twig with composer require twig command.

This commit is contained in:
Krzysztof Płaczek
2024-10-17 11:49:31 +02:00
parent 718855aaf6
commit cd62d1c0f7
6 changed files with 456 additions and 4 deletions

View File

@@ -2,4 +2,6 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
];