Skip to content

Commit c7f531b

Browse files
committed
minor #17827 [Config] Add suggest to composer.json for symfony/yaml (Calin Mihai Pristavu)
This PR was merged into the 2.7 branch. Discussion ---------- [Config] Add suggest to composer.json for symfony/yaml | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17826 | License | MIT Fixes #17826 Commits ------- 2200b0c [Config] Add suggest to composer.json for symfony/yaml
2 parents afe1e1e + ce95813 commit c7f531b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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+
"suggest": {
23+
"symfony/yaml": "To use the yaml reference dumper"
24+
},
2225
"autoload": {
2326
"psr-4": { "Symfony\\Component\\Config\\": "" },
2427
"exclude-from-classmap": [

0 commit comments

Comments
 (0)