44 lines
961 B
JSON
44 lines
961 B
JSON
{
|
|
"name": "o3-shop/gdpr-optin-module",
|
|
"description": "This is the GDPR opt-in module for the O3-Shop.",
|
|
"type": "oxideshop-module",
|
|
"keywords": ["o3-shop", "modules", "eShop"],
|
|
"homepage": "https://www.o3-shop.com/",
|
|
"license": [
|
|
"GPL-3.0-only"
|
|
],
|
|
"author": [
|
|
{
|
|
"name": "OXID eSales AG",
|
|
"email": "info@oxid-esales.com",
|
|
"homepage": "https://oxid-esales.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "O3-Shop",
|
|
"email": "info@o3-shop.com",
|
|
"homepage": "https://www.o3-shop.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"blacklist-filter": [
|
|
"documentation/**/*.*"
|
|
],
|
|
"target-directory": "oe/gdproptin"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OxidEsales\\GdprOptinModule\\": "../../../source/modules/oe/gdproptin"
|
|
}
|
|
},
|
|
"replace": {
|
|
"oxid-esales/gdpr-optin-module": "2.3.3"
|
|
}
|
|
}
|