2020-02-25 08:20:10 +01:00
{
"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" : {
2020-05-25 11:21:29 +02:00
"target-directory" : "d3/attributemultivalues" ,
"blacklist-filter" : [
2020-05-25 11:48:28 +02:00
"patches/**/*" ,
"composer.json" ,
"README.md"
2020-05-25 11:21:29 +02:00
]
2020-02-25 08:20:10 +01:00
} ,
"patches" : {
"oxid-esales/oxideshop-ce" : {
2020-02-25 09:44:45 +01:00
"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"
2020-02-25 08:20:10 +01:00
}
}
} ,
"require" : {
2020-02-25 11:42:20 +01:00
"oxid-esales/oxideshop-ce" : "^6.1.0"
2020-02-25 08:20:10 +01:00
} ,
"autoload" : {
"psr-4" : {
"D3\\AttributeMultiValues\\" : "../../../source/modules/d3/attributemultivalues"
}
}
}