Update symfony/yaml requirement from ^3.4 to ^3.4 || ^4.0

Updates the requirements on [symfony/yaml](https://github.com/symfony/yaml) to permit the latest version.
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/yaml/compare/v3.4.0...v4.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-19 08:01:06 +00:00 committed by GitHub
parent 6aeeb5b2c4
commit 16d14c16f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
"symfony/console": "^3.4",
"symfony/dependency-injection": "^3.4",
"symfony/filesystem": "^3.4",
"symfony/yaml": "^3.4",
"symfony/yaml": "^3.4 || ^4.0",
"tightenco/collect": "^5.4"
},
"require-dev": {