From 2b8cf4f0bcca89f844adc234d3682c7cebf0f403 Mon Sep 17 00:00:00 2001 From: shopkeeperdev Date: Thu, 6 Nov 2025 14:36:00 -0500 Subject: [PATCH] Remove legacy extra.map configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed extra.map section that was causing duplicate installation paths - Module will now install correctly to vendor/ directory only - Magento's component registration handles module loading 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- composer.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 7c52dc4..f6e15a6 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,5 @@ "name": "Shopkeeper Dev", "email": "dev@example.com" } - ], - "extra": { - "map": [ - [ - "", - "app/code/Shopkeeper/VendorNotes" - ] - ] - } + ] }