Added symfony/yaml as a dependency for configuration loading

This commit is contained in:
Gergely POLONKAI
2012-11-04 14:59:03 +01:00
parent e266032e80
commit 89331402cb
2 changed files with 50 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"require": {
"symfony/class-loader": "v2.1.3",
"symfony/http-foundation": "v2.1.3",
"symfony/routing": "v2.1.3"
"symfony/routing": "v2.1.3",
"symfony/yaml": "v2.1.3"
},
"minimum-stability": "dev",
"authors": [