First upload
This commit is contained in:
43
shop/source/modules/oe/gdproptin/composer.json
Normal file
43
shop/source/modules/oe/gdproptin/composer.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user