8000 [Config] fix dev dependencies · symfony/symfony@292ae7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 292ae7c

Browse files
committed
[Config] fix dev dependencies
1 parent be72520 commit 292ae7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Config/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"php": ">=5.3.9",
2020
"symfony/filesystem": "~2.3"
2121
},
22+
"require-dev": {
23+
"symfony/yaml": "~2.7"
24+
},
2225
"suggest": {
2326
"symfony/yaml": "To use the yaml reference dumper"
2427
},

0 commit comments

Comments
 (0)
0