diff --git a/README.md b/README.md index 7fe6e44..f5bb4df 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ The TwigInjectionBundle allows to inject twig templates through the event behavi ## Installation -TwigInjectionBundle requires Symfony 2.8 or higher. +TwigInjectionBundle requires Symfony 3.4 or higher. Require the bundle in your `composer.json` file: ```json { "require": { - "intaro/twig-injection-bundle": "~1.0.0" + "intaro/twig-injection-bundle": "^2.0" } } ```