Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Seifert b0bdc07cba
change dependency to oxid-esales/oxideshop-ce 2020-04-07 20:53:17 +02:00
5 changed files with 5 additions and 16 deletions

View File

@ -12,7 +12,7 @@
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"homepage": "http://www.d3data.de",
"role": "Owner"
}
],
@ -22,12 +22,8 @@
],
"extra": {
"oxideshop": {
"target-directory": "d3/attributemultivalues",
"blacklist-filter": [
"patches/**/*",
"composer.json",
"README.md"
]
"source-directory": "/src",
"target-directory": "d3/attributemultivalues"
},
"patches": {
"oxid-esales/oxideshop-ce": {
@ -36,7 +32,7 @@
}
},
"require": {
"oxid-esales/oxideshop-ce": "^6.1.0"
"oxid-esales/oxideshop-ce": "6.1 - 6.3"
},
"autoload": {
"psr-4": {

View File

@ -28,14 +28,7 @@ $sMetadataVersion = '2.1';
*/
$aModule = array(
'id' => 'd3attributemultivalues',
'title' => [
'de' =>
'<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg> '.
'mehrfache Wertezuordnung zu Attributen',
'en' =>
'<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg> '.
'multiple value assignment to attributes'
],
'title' => 'D&sup3; mehrfache Wertezuordnung zu Attributen',
'version' => '0.0.0.1',
'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',