PayoneReplacement/composer.json

12 lines
309 B
JSON
Raw 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.",
"version": "1.0.0",
"require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
},
"replace": {
"payone-gmbh/oxid-6": "*"
}
}