From 5f7876b2fe9f53f1cd270e47a56145c111e2920f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Thu, 5 Apr 2018 21:58:58 +0200 Subject: [PATCH] [Composer] Conflict with symfony 3.4.7 and DBAL 2.7.0 which is casuing issues --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index cd12322c3..078a8f225 100644 --- a/composer.json +++ b/composer.json @@ -63,6 +63,10 @@ "sensio/generator-bundle": "~3.1", "symfony/phpunit-bridge": "~3.2" }, + "conflict": { + "symfony/symfony": "3.4.7", + "doctrine/dbal": "2.7.0" + }, "scripts": { "symfony-scripts": [ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",