Skip to content

Commit

Permalink
Merge pull request #523 from franmomu/add_symfony_translation_dependency
Browse files Browse the repository at this point in the history
Require symfony/translation explicitly
  • Loading branch information
polc authored Feb 5, 2019
2 parents ad555a3 + 5d49624 commit 0b171bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"require": {
"php": ">=5.6.0",
"symfony/framework-bundle": "~2.7|~3.0|~4.0",
"symfony/translation": "~2.7|~3.0|~4.0",
"knplabs/knp-components": "~1.2",
"twig/twig": "~1.12|~2"
},
Expand Down

0 comments on commit 0b171bc

Please sign in to comment.