From db9e6b10c7af96469ca3ecf29e8b2261798125ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Mon, 17 Sep 2018 14:56:24 +0200 Subject: [PATCH] [Composer] Bump to 2018.09 with #1351 merged Schema change, so bumping requirements on kernel to 7.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d1e7d1ce141..cec8dcd898f 100644 --- a/composer.json +++ b/composer.json @@ -79,11 +79,11 @@ ] }, "conflict": { - "ezsystems/ezpublish-kernel": "<7.2 || >=2013.4" + "ezsystems/ezpublish-kernel": "<7.3 || >=2013.4" }, "extra": { "branch-alias": { - "dev-master": "2018.06.x-dev" + "dev-master": "2018.09.x-dev" } } }