Skip to content

Commit b5a504f

Browse files
committed
Merge pull request #8 from dedik/master
Add missing require for symfony/yaml in composer.json
2 parents 673cc61 + 977ec07 commit b5a504f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"php": ">=5.3.0",
1818
"symfony/intl": "~2.3",
1919
"symfony/config": "~2.3",
20-
"symfony/translation": "~2.3"
20+
"symfony/translation": "~2.3",
21+
"symfony/yaml": "~2.3"
2122
},
2223
"require-dev": {
2324
"phpspec/phpspec": "2.0.*"

0 commit comments

Comments
 (0)