Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
Require symfony/templating
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Schoenmaker committed Jan 4, 2018
1 parent a4d6df6 commit a7fe704
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 @@ -14,7 +14,8 @@
}],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle" : "~4.0|~3.0|~2.0"
"symfony/framework-bundle" : "~4.0|~3.0|~2.0",
"symfony/templating": "~4.0|~3.0|~2.0"
},
"require-dev": {
"twig/extensions": "1.0.*",
Expand Down

0 comments on commit a7fe704

Please sign in to comment.