Fix all errors after configuration update.
[Project_proches_de_moi-server.git] / config / bundles.php
CommitLineData
dec6d031
JB
1<?php
2
3return [
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],
43f58db4 10 Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true],
ef3fa6e0 11 Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
98cb0edc 12 Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
dec6d031 13];