diff --git a/src/IntelliSenseHelper.php b/IntelliSenseHelper.php similarity index 100% rename from src/IntelliSenseHelper.php rename to IntelliSenseHelper.php diff --git a/src/Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php b/Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php similarity index 100% rename from src/Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php rename to Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php diff --git a/src/Modules/Application/Model/d3_oxattributelist_multivalues.php b/Modules/Application/Model/d3_oxattributelist_multivalues.php similarity index 100% rename from src/Modules/Application/Model/d3_oxattributelist_multivalues.php rename to Modules/Application/Model/d3_oxattributelist_multivalues.php diff --git a/composer.json b/composer.json index 9a7ac1a..6bf17f3 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,10 @@ ], "extra": { "oxideshop": { - "source-directory": "/src", - "target-directory": "d3/attributemultivalues" + "target-directory": "d3/attributemultivalues", + "blacklist-filter": [ + "patches/**/*" + ] }, "patches": { "oxid-esales/oxideshop-ce": { diff --git a/src/metadata.php b/metadata.php similarity index 100% rename from src/metadata.php rename to metadata.php