29 lines
784 B
JSON
29 lines
784 B
JSON
|
|
{
|
||
|
|
"name": "shopkeeper/module-vendor-sales-report",
|
||
|
|
"description": "Automated vendor sales report generator with email delivery for Magento 2",
|
||
|
|
"type": "magento2-module",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"license": "proprietary",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Shopkeeper",
|
||
|
|
"email": "taber@shopkeeper.dev"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
|
||
|
|
"magento/framework": "^103.0|^104.0",
|
||
|
|
"magento/module-backend": "^102.0|^103.0",
|
||
|
|
"magento/module-sales": "^103.0|^104.0",
|
||
|
|
"magento/module-cron": "^100.4|^101.0"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"registration.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Shopkeeper\\VendorSalesReport\\": ""
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|