Skip to content

Commit

Permalink
Add missing extra-bundle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 13, 2020
1 parent ae71ef6 commit 91a602f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"symfony/http-kernel": "^4.2 || ^5.0",
"symfony/options-resolver": "^4.2 || ^5.0",
"symfony/twig-bundle": "^4.2 || ^5.0",
"twig/extra-bundle": "^2.0 || ^3.0",
"twig/intl-extra": "^2.12 || ^3.0",
"twig/twig": "^2.4 || ^3.0"
},
Expand Down
2 changes: 2 additions & 0 deletions tests/App/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Routing\RouteCollectionBuilder;
use Twig\Extra\TwigExtraBundle\TwigExtraBundle;

final class AppKernel extends Kernel
{
Expand All @@ -35,6 +36,7 @@ public function registerBundles()
{
yield new FrameworkBundle();
yield new TwigBundle();
yield new TwigExtraBundle();
yield new SonataBlockBundle();
yield new Core23MatomoBundle();
}
Expand Down

0 comments on commit 91a602f

Please sign in to comment.