use symfony debug profiler

This commit is contained in:
jannisp 2021-04-22 15:03:39 +02:00
parent 769e389787
commit 28779f9af1
7 changed files with 119 additions and 2 deletions

View file

@ -8,4 +8,5 @@ return [
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];