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

Upgrade to Twig 3

This commit is contained in:
Jeremy Benoist 2022-12-15 12:32:16 +01:00
parent e62a9d05cc
commit 28abfe264a
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552
10 changed files with 313 additions and 58 deletions

View file

@ -35,6 +35,7 @@ class AppKernel extends Kernel
new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
new Http\HttplugBundle\HttplugBundle(),
new Sentry\SentryBundle\SentryBundle(),
new Twig\Extra\TwigExtraBundle\TwigExtraBundle(),
// wallabag bundles
new Wallabag\CoreBundle\WallabagCoreBundle(),