Skip to content

Commit

Permalink
Merge pull request #31 from core23/twig
Browse files Browse the repository at this point in the history
[MINOR] Add missing twig bridge dependency
  • Loading branch information
core23 committed Nov 22, 2019
2 parents dc16bfe + 8db4dd4 commit d70a37a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"symfony/dependency-injection": "^4.2.12",
"symfony/expression-language": "^4.2.12",
"symfony/framework-bundle": "^4.2.12",
"symfony/http-kernel": "^4.2.12"
"symfony/http-kernel": "^4.2.12",
"symfony/twig-bridge": "^4.2.12"
},
"suggest": {
"symfony/framework-bundle": "If you want to use symfony"
Expand Down

0 comments on commit d70a37a

Please sign in to comment.