1
0
mirror of https://github.com/kevachat/webapp.git synced 2025-03-13 05:51:23 +00:00
2023-12-07 00:14:17 +02:00

9 lines
313 B
PHP

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
];