add missing deps sensio/framework-extra-bundle

This commit is contained in:
2022-10-01 19:29:11 +02:00
parent 299b0d8dee
commit 7d2e364f5d
5 changed files with 96 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ return [
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
];

View File

@@ -0,0 +1,3 @@
sensio_framework_extra:
router:
annotations: false