Files
module-vendor-notes/composer.json
shopkeeperdev 2b8cf4f0bc Remove legacy extra.map configuration
- 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 <noreply@anthropic.com>
2025-11-06 14:36:00 -05:00

26 lines
559 B
JSON

{
"name": "shopkeeper/module-vendor-notes",
"description": "Magento 2 module that adds vendor notes to orders",
"type": "magento2-module",
"license": "MIT",
"version": "1.1.0",
"require": {
"php": ">=7.1",
"magento/framework": "*"
},
"autoload": {
"psr-4": {
"Shopkeeper\\VendorNotes\\": ""
},
"files": [
"registration.php"
]
},
"authors": [
{
"name": "Shopkeeper Dev",
"email": "dev@example.com"
}
]
}