From 1881096d7072f9c36ef5b4f6b33870d4f318e7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6rner?= Date: Mon, 18 Nov 2019 15:58:37 +0100 Subject: [PATCH] updated dependency to fix github security alert --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 26afe76..726551d 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.1", "contao/core-bundle": "^4.4", - "symfony/framework-bundle": "^3.4", + "symfony/framework-bundle": "~3.4.26", "heimrichhannot/contao-utils-bundle": "^2.0", "heimrichhannot/contao-multi-column-editor-bundle": "^2.0", "heimrichhannot/contao-fieldpalette-bundle": ">=0.2 <2.0-dev",