From cb3c232fca499df80fe82aaaf1d96c9bafc35739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Tue, 30 Apr 2019 09:58:37 +0200 Subject: [PATCH] [Composer] Bump master to 1.9 for incoming richtext bundle requirement --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eae04f6c..7a9dcef6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ezsystems/ezplatform-xmltext-fieldtype", "description": "XmlText field type implementation for eZ Platform", - "license": "GPL-2.0", + "license": "GPL-2.0-only", "type": "ezplatform-bundle", "authors": [ { @@ -38,7 +38,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.9.x-dev" } } }