Change license ID according to new format

References:
https://spdx.org/licenses/
https://spdx.org/licenses/GPL-3.0-only.html
https://getcomposer.org/doc/04-schema.md#license
(Packagist depends on correct usage of the identifiers at spdx)
This commit is contained in:
Mantas Vaitkunas 2018-01-25 15:48:16 +01:00
parent 731de8ff38
commit 2d6ab75948
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
"type": "project",
"description": "This file should be used as an OXID eShop project root composer.json file. Entries provided here intended to be examples and could be changed to your specific needs.",
"license": [
"GPL-3.0",
"proprietary"
"GPL-3.0-only"
]
}