1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Use httplug

This commit is contained in:
adev 2017-10-24 22:55:40 +02:00 committed by Jeremy Benoist
parent 92a6683562
commit bf9ace0643
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
10 changed files with 329 additions and 373 deletions

View file

@ -34,6 +34,7 @@ class AppKernel extends Kernel
new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(),
new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
new Http\HttplugBundle\HttplugBundle(),
// wallabag bundles
new Wallabag\CoreBundle\WallabagCoreBundle(),