Skip to content

Commit 933e66b

Browse files
Merge branch '2.7' into 2.8
* 2.7: Create PULL_REQUEST_TEMPLATE.md Remove duplicate validation in RedirectResponse [Yaml] fix default timezone to be UTC [DependencyInjection] fix dumped YAML string [Config] Add suggest to composer.json for symfony/yaml Conflicts: src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
2 parents 3b017a6 + c7f531b commit 933e66b

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|~3.0.0"
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)