Added FOS Rest Bundle

This commit is contained in:
Kevin Frantz
2018-09-16 12:58:39 +02:00
parent 66008bc309
commit 6cf929ada7
5 changed files with 227 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ return [
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
];