Skip to content

Commit

Permalink
Add missing require for symfony/yaml in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Dudek committed Jun 12, 2014
1 parent 673cc61 commit 977ec07
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 977ec07

Please sign in to comment.