Skip to content

Commit 3fd62d3

Browse files
committed
minor symfony#20843 [Config] fix dev dependencies (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [Config] fix dev dependencies | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#20827 | License | MIT | Doc PR | Since symfony#20827, we need the Yaml component to run the tests for the `YamlReferenceDumper`. Commits ------- 292ae7c [Config] fix dev dependencies
2 parents be72520 + 292ae7c commit 3fd62d3

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)