]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Add custom auth encoder & provider
[github/wallabag/wallabag.git] / app / AppKernel.php
index f03830388321714d7cfeed48fa8df0a2f943fa47..515c79ecb26ba797323037bf8a2009dc66290571 100644 (file)
@@ -2,6 +2,7 @@
 
 use Symfony\Component\HttpKernel\Kernel;
 use Symfony\Component\Config\Loader\LoaderInterface;
+use Wallabag\ApiBundle\WallabagApiBundle;
 
 class AppKernel extends Kernel
 {
@@ -16,7 +17,10 @@ class AppKernel extends Kernel
             new Symfony\Bundle\AsseticBundle\AsseticBundle(),
             new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
             new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
-            new Wallabag\CoreBundle\WallabagCoreBundle(),
+            new FOS\RestBundle\FOSRestBundle(),
+            new JMS\SerializerBundle\JMSSerializerBundle(),
+            new Nelmio\ApiDocBundle\NelmioApiDocBundle(),
+            new Wallabag\CoreBundle\WallabagCoreBundle()
         );
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {