From 42c4bca94ab468ea3c6146b53d987af76d8056da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Thu, 15 Feb 2018 10:54:11 +0100 Subject: [PATCH] Remove Twig dependency as it is already specified by kernel --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 24d8411bed..86d965d6b5 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "require": { "php": "^7.1", "symfony/symfony": "^3.4.2", - "twig/twig": "^1.0||^2.0", "twig/extensions": "^1.5.0", "symfony/assetic-bundle": "~2.8", "symfony/swiftmailer-bundle": "^3.0",