From 09c85eb3a83abf9e58e054386dae434d94e3b2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Wed, 25 Jul 2018 15:38:32 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20de=20la=20branche=201.x.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 847e9a07..ba00bb2a 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "symfony/assetic-bundle": "^2.3", "symfony/intl": "^3.3", "symfony/monolog-bundle": "^3.1.0", - "symfony/symfony": "^3.0", + "symfony/symfony": ">=3.0 <3.4", "twig/extensions": "^1.0", "twig/twig": "^1.0||^2.0", "white-october/pagerfanta-bundle": "~1.0", @@ -53,11 +53,6 @@ "config": { "sort-packages": true }, - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, "archive": { "exclude": [ "vendor", -- GitLab