27 lines
522 B
JSON
27 lines
522 B
JSON
{
|
|
"name": "walzen665/gdprcookieconsent",
|
|
"description": "Adds a GDPR compliant cookie consent modal to your shop",
|
|
"license": "AFL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Walzen665"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PrestaShop\\Module\\GdprCookieConsent\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"ext-json": "*"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"prepend-autoloader": false,
|
|
"platform": {
|
|
"php": "7.1.0"
|
|
}
|
|
},
|
|
"type": "prestashop-module"
|
|
} |