added profile

This commit is contained in:
2021-05-30 17:27:39 +02:00
parent 5b8a86de98
commit 79fc71d2fb
10 changed files with 593 additions and 2 deletions

View File

@@ -3,4 +3,6 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];