Skip to content

Commit ce95813

Browse files
author
Calin Mihai Pristavu
committed
[Config] Add suggest to composer.json for symfony/yaml
1 parent 9b4d2c0 commit ce95813

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)