Typo fixes.
[Project_proches_de_moi-server.git] / config / bundles.php
1 <?php
2
3 return [
4 Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5 JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
6 FOS\RestBundle\FOSRestBundle::class => ['all' => true],
7 Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
8 Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
9 Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
10 Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true],
11 Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
12 ];