KlarnaReplacement/composer.json

11 lines
336 B
JSON
Raw Normal View History

2018-10-26 15:46:36 +02:00
{
"name": "d3/oxid-klarna-replacement",
2018-10-26 16:29:48 +02:00
"description": "Empty replacement for the Klarna module if it is not used and should be removed from the installation.",
"require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
},
2018-10-26 15:46:36 +02:00
"replace": {
"topconcepts/oxid-klarna-6": "*"
2019-11-19 11:32:08 +01:00
},
"license": "GPL-3.0-or-later"
2018-10-26 15:46:36 +02:00
}