2025-10-08 12:07:00 -04:00
|
|
|
{
|
2025-11-06 14:23:40 -05:00
|
|
|
"name": "shopkeeper/module-vendor-notes",
|
2025-10-08 12:07:00 -04:00
|
|
|
"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"
|
|
|
|
|
}
|
2025-11-06 14:36:00 -05:00
|
|
|
]
|
2025-10-08 12:07:00 -04:00
|
|
|
}
|