Files
module-vendor-notes/composer.json
shopkeeperdev 36dcdfcafa Update author information
- Changed author name to Taber
- Confirmed email as taber@shopkeeper.dev

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 15:30:11 -05:00

26 lines
555 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": "Taber",
"email": "taber@shopkeeper.dev"
}
]
}