Skip to content

Commit

Permalink
Merge pull request #8 from dedik/master
Browse files Browse the repository at this point in the history
Add missing require for symfony/yaml in composer.json
  • Loading branch information
norberttech committed Jun 12, 2014
2 parents 673cc61 + 977ec07 commit b5a504f
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 @@ -17,7 +17,8 @@
"php": ">=5.3.0",
"symfony/intl": "~2.3",
"symfony/config": "~2.3",
"symfony/translation": "~2.3"
"symfony/translation": "~2.3",
"symfony/yaml": "~2.3"
},
"require-dev": {
"phpspec/phpspec": "2.0.*"
Expand Down

0 comments on commit b5a504f

Please sign in to comment.