Files
module-vendor-sales-report/composer.json
shopkeeperdev 0b38754b50 Update author information
- Changed author name to Taber

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

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

29 lines
779 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": "Taber",
"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\\": ""
}
}
}