From 9d6b50451cb8a04b7b49cd7b305ecc1b8876a8b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 01:02:15 +0000 Subject: [PATCH] Update symfony/serializer requirement from ^4.3 to ^4.3 || ^5.0 Updates the requirements on [symfony/serializer](https://github.com/symfony/serializer) to permit the latest version. - [Release notes](https://github.com/symfony/serializer/releases) - [Changelog](https://github.com/symfony/serializer/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/serializer/compare/v4.3.0...v5.0.4) 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 feaa3c8..f1466ef 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "eonx-com/utils": "^1.0", "phpdocumentor/reflection-docblock": "^4.3", "symfony/property-info": "^4.3", - "symfony/serializer": "^4.3" + "symfony/serializer": "^4.3 || ^5.0" }, "require-dev": { "eonx-com/standards": "^0.2",