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" } } }