add oxid metapackage as requirement

This commit is contained in:
Daniel Seifert 2018-10-26 16:29:48 +02:00
parent afaf0b05f1
commit 7d9ec44ded
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
{
"name": "d3/oxid-klarna-replacement",
"description": "empty replacement for Klarna module, when it's not used",
"description": "Empty replacement for the Klarna module if it is not used and should be removed from the installation.",
"version": "1.0.0",
"require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
},
"replace": {
"topconcepts/oxid-klarna-6": "*"
}