AttributeMultiValues/composer.json

43 lines
1.0 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": "http://www.d3data.de",
"role": "Owner"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/attributemultivalues"
},
"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 - 6.3"
},
"autoload": {
"psr-4": {
"D3\\AttributeMultiValues\\": "../../../source/modules/d3/attributemultivalues"
}
}
}