change license note in composer.json

This commit is contained in:
Daniel Seifert 2020-07-06 11:10:26 +02:00
parent 201e713672
commit 5d54fa90b4
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
], ],
"homepage": "https://www.oxidmodule.com/", "homepage": "https://www.oxidmodule.com/",
"license": [ "license": [
"proprietary" "GPL-3.0-or-later"
], ],
"extra": { "extra": {
"oxideshop": { "oxideshop": {
@ -31,7 +31,7 @@
} }
}, },
"require": { "require": {
"php": ">=5.6", "php": "^7.0",
"oxid-esales/oxideshop-ce": "6.3 - 6.5", "oxid-esales/oxideshop-ce": "6.3 - 6.5",
"spipu/html2pdf": "^5.2" "spipu/html2pdf": "^5.2"
}, },