Compare commits

..

1 Commits

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

View File

@ -28,14 +28,7 @@ $sMetadataVersion = '2.1';
*/ */
$aModule = array( $aModule = array(
'id' => 'd3attributemultivalues', 'id' => 'd3attributemultivalues',
'title' => [ 'title' => 'D³ mehrfache Wertezuordnung zu Attributen',
'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'
],
'version' => '0.0.0.1', 'version' => '0.0.0.1',
'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)', 'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com', 'email' => 'support@shopmodule.com',