From 6958a717d373aa933cb3e27f9966d8cd516a44c5 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Thu, 13 Apr 2017 17:13:41 +0200 Subject: [PATCH] Remove useless conflict Not much use to depend on `symfony/framework-bundle:3.3.x-dev` and then declare a conflict with `<3.3`. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 3b387ef..f89e9d5 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,6 @@ }, "conflict": { "symfony/symfony": "<3.3", - "symfony/framework-bundle": "<3.3", "symfony/twig-bundle": "<3.3", "symfony/debug": "<3.3" },