Removed sensio/framework-extra-bundle as it was abandoned and is not needed anymore

This commit is contained in:
Jan Böhmer 2023-06-11 19:52:43 +02:00
parent 3d7cf8f7f3
commit 8f424f3273
6 changed files with 38 additions and 115 deletions

View file

@ -2,7 +2,6 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],

View file

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