From 094706cc991ea4a1171e0e0f189a689b89fb0fbe Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Fri, 29 Nov 2019 17:37:15 -0300 Subject: [PATCH] Explicitly require "twig/twig" since it is used by the Twig ticket extensions --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 427f0612..c7b2cb05 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,8 @@ "symfony/translation": "^2.8 || ^3.0 || ^4.0", "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0", "symfony/validator": "^2.8 || ^3.0 || ^4.0", - "symfony/yaml": "^2.8 || ^3.0 || ^4.0" + "symfony/yaml": "^2.8 || ^3.0 || ^4.0", + "twig/twig": "^1.34 || ^2.0" }, "require-dev": { "ext-pdo_sqlite": "*", @@ -51,9 +52,6 @@ "symfony/phpunit-bridge": "^3.2 || ^4.0", "symfony/security": "^2.8 || ^3.0 || ^4.0" }, - "conflict": { - "twig/twig": "<1.34" - }, "suggest": { "friendsofsymfony/user-bundle": "In order to ease user management", "vich/uploader-bundle": "Allow attaching files to ticket messages"