Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
addfs authored Mar 29, 2022
1 parent abc9940 commit 94dec59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down

0 comments on commit 94dec59

Please sign in to comment.