From 3bf43d91c4ebf3a0dab3006e8dcd562fb9aad781 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:35:10 +0000 Subject: [PATCH] Update symfony/templating requirement from ^3.2 to ^5.1 Updates the requirements on [symfony/templating](https://github.com/symfony/templating) to permit the latest version. - [Release notes](https://github.com/symfony/templating/releases) - [Changelog](https://github.com/symfony/templating/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/templating/compare/v3.2.0...v5.1.7) 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..56dd5eb 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "symfony/browser-kit": "^3.0", "symfony/css-selector": "^3.0", "symfony/asset": "^3.2", - "symfony/templating": "^3.2", + "symfony/templating": "^5.1", "phpunit/phpunit": "^5.7", "sebastian/recursion-context": "~2.0", "sebastian/exporter": "~2.0",