8
0
Fork 0
AttributeMultiValues/composer.json

47 Zeilen
1.1 KiB
JSON

{
"name": "d3/attributemultivalues",
"description": "mehrfache Wertezuordnung zu Attributen",
"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"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"extra": {
"oxideshop": {
"target-directory": "d3/attributemultivalues",
"blacklist-filter": [
"patches/**/*",
"composer.json",
"README.md"
]
},
"patches": {
"oxid-esales/oxideshop-ce": {
"add multi assignment to article attribute ajax template - 2020-02-25-1": "https://git.d3data.de/D3Public/AttributeMultiValues/raw/branch/rel_2.x/patches/article_attribute_ajax.patch"
}
}
},
"require": {
"oxid-esales/oxideshop-ce": "^6.1.0"
},
"autoload": {
"psr-4": {
"D3\\AttributeMultiValues\\": "../../../source/modules/d3/attributemultivalues"
}
}
}