Demodata-EE-Replacement/composer.json

12 lines
336 B
JSON

{
"name": "d3/oxideshop-demodata-ee-replacement",
"description": "Empty replacement for the EE demo data when not in use",
"require": {
"oxid-esales/oxideshop-metapackage-ee": "^6.0",
"d3/oxideshop-demodata-pe-replacement": "*"
},
"replace": {
"oxid-esales/oxideshop-demodata-ee": "*"
},
"license": "GPL-3.0"
}