2025-10-08 12:07:00 -04:00
|
|
|
{
|
2025-10-11 10:54:04 -04:00
|
|
|
"name": "shopkeeper/vendornotes",
|
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"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"extra": {
|
|
|
|
|
"map": [
|
|
|
|
|
[
|
|
|
|
|
"",
|
|
|
|
|
"app/code/Shopkeeper/VendorNotes"
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|