PayoneReplacement/composer.json

12 lines
320 B
JSON
Raw Permalink Normal View History

2018-10-26 22:23:38 +02:00
{
"name": "d3/oxid-payone-replacement",
"description": "Empty replacement for the PAYONE module if it is not used and should be removed from the installation.",
"require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
},
"replace": {
"payone-gmbh/oxid-6": "*"
2019-11-19 11:32:47 +01:00
},
"license": "GPL-3.0-or-later"
2018-10-26 22:23:38 +02:00
}