Skip to content

Commit 4f73cb9

Browse files
Merge branch '3.0'
* 3.0: 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
2 parents 6cedec4 + a1d9bf0 commit 4f73cb9

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)