adding DebugBundle and var-dumper requirement

This commit is contained in:
2021-02-19 22:30:35 +01:00
parent 10078cdf1b
commit 3abe3d2d97
6 changed files with 101 additions and 1 deletions

View File

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