From 856620e263b9137c8ba1007b8e5f2d841b081b51 Mon Sep 17 00:00:00 2001 From: Mitchell <37925797+ping-localhost@users.noreply.github.com> Date: Wed, 13 Mar 2019 16:59:10 +0100 Subject: [PATCH] Updated twig/twig to prevent security issues --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20a61d9..e3f2136 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-json": "*", "symfony/monolog-bundle": "^4.0.0||^3.1.0", "symfony/symfony": "^4.0.0||^3.3.0", - "twig/twig": "^2.4.0" + "twig/twig": "^2.7.2" }, "require-dev": { "hostnet/phpcs-tool": "^8.3.2",