[Config] fix dev dependencies

This commit is contained in:
Christian Flothmann 2016-12-09 09:38:22 +01:00
parent be72520fc3
commit 292ae7c3eb
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
"php": ">=5.3.9",
"symfony/filesystem": "~2.3"
},
"require-dev": {
"symfony/yaml": "~2.7"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},