From 44d1d9dcd660375a1ef531b17e8b0d7a07e7beca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 22:15:08 +0000 Subject: [PATCH] Update symfony/yaml requirement from ^4.3 to ^5.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/v4.3.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfa6f76..de9438e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require-dev": { "symfony/var-dumper": "^4.0", "tedivm/stash": "^0.14.2", - "symfony/yaml": "^4.3", + "symfony/yaml": "^5.0", "bavix/tests": "^1.0" }, "autoload": {