From d3b0d543b1160572158bdce490aed7f07944c35c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:30:40 +0000 Subject: [PATCH] Update symfony/translation requirement from ^3.4 to ^4.3 Updates the requirements on [symfony/translation](https://github.com/symfony/translation) to permit the latest version. - [Release notes](https://github.com/symfony/translation/releases) - [Changelog](https://github.com/symfony/translation/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/translation/compare/v3.4.0...v4.3.11) 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 d6d42c8..436c8e6 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "symfony/proxy-manager-bridge": "^3.4", "symfony/doctrine-bridge": "^3.4", "symfony/twig-bridge": "^3.4", - "symfony/translation": "^3.4", + "symfony/translation": "^4.3", "sensio/framework-extra-bundle": "^5.3", "symfony/twig-bundle": "^3.4", "doctrine/orm": "^2.5",