47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "d3/sidcookiefix",
|
||
|
"description": "verhindert das mehrfache Setzen des Session-ID-Cookies und der damit verbundenden Vergrößerung der Headerzeilen jeder geladenen Ressource",
|
||
|
"type": "oxideshop-module",
|
||
|
"keywords": [
|
||
|
"oxid",
|
||
|
"modules",
|
||
|
"eShop",
|
||
|
"d3"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
||
|
"email": "info@shopmodule.com",
|
||
|
"homepage": "https://www.d3data.de",
|
||
|
"role": "Owner"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"email": "support@shopmodule.com"
|
||
|
},
|
||
|
"homepage": "https://www.oxidmodule.com/",
|
||
|
"license": [
|
||
|
"GPL-3.0-or-later"
|
||
|
],
|
||
|
"require": {
|
||
|
"oxid-esales/oxideshop-ce": "^6.5"
|
||
|
},
|
||
|
"extra": {
|
||
|
"oxideshop": {
|
||
|
"blacklist-filter": [
|
||
|
"*.md",
|
||
|
"composer.json",
|
||
|
".php-cs-fixer.php",
|
||
|
"*.xml",
|
||
|
"*.neon"
|
||
|
],
|
||
|
"target-directory": "d3/sidcookiefix"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"D3\\SidCookieFix\\": "../../../source/modules/d3/sidcookiefix"
|
||
|
}
|
||
|
}
|
||
|
}
|