Files
module-admin-order-columns/composer.json
shopkeeperdev 2fd2c3313c 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:30:54 -05:00

30 lines
798 B
JSON

{
"name": "shopkeeper/module-order-items-custom",
"description": "Customizes order item columns in Magento admin - removes tax columns and adds cost column with clickable product links",
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Taber",
"email": "taber@shopkeeper.dev"
}
],
"require": {
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": ">=103.0.0",
"magento/module-sales": ">=103.0.0",
"magento/module-catalog": ">=104.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Shopkeeper\\OrderItemsCustom\\": ""
}
}
}