diff --git a/composer.json b/composer.json index 1b319fe..f322747 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,10 @@ { "name": "dachcom-digital/i18n", "type": "pimcore-bundle", - "license": "GPL-3.0-or-later", + "license": [ + "GPL-3.0-or-later", + "proprietary" + ], "description": "Pimcore I18n Manager.", "keywords": ["pimcore", "i18n", "localization", "internationalization"], "homepage": "https://github.com/dachcom-digital/pimcore-i18n",