website/config/bundles.php

10 lines
411 B
PHP
Raw Normal View History

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
2023-12-07 12:05:21 +01:00
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
2025-01-20 17:09:46 +01:00
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
];