KlarnaReplacement/composer.json

11 lines
325 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.",
2018-10-26 15:46:36 +02:00
"version": "1.0.0",
2018-10-26 16:29:48 +02:00
"require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
},
2018-10-26 15:46:36 +02:00
"replace": {
"topconcepts/oxid-klarna-6": "*"
}
}