Skip to content

Commit a1d9bf0

Browse files
Merge branch '2.8' into 3.0
* 2.8: 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 da82449 + 933e66b commit a1d9bf0

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.5.9",
2020
"symfony/filesystem": "~2.8|~3.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)