Files
module-pdfing-po/composer.json
shopkeeperdev d2c024cfe3 Rename package to shopkeeper/module-pdfing-po
- Updated package name to follow naming conventions

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 14:54:32 -05:00

19 lines
640 B
JSON

{
"name": "shopkeeper/module-pdfing-po",
"description": "Magento 2 module to allow staff to print PDF PO documents using Amasty's PDF Customizer templates and Amasty Custom Order Attributes.",
"type": "magento2-module",
"version": "1.0.0",
"license": "proprietary",
"require": {
"php": ">=7.4",
"magento/framework": "^103.0",
"amasty/module-pdf-customizer-subscription-package": "*",
"amasty/module-order-attributes-subscription-package": "*"
},
"autoload": {
"psr-4": {
"Shopkeeper\\PDFingPO\\": ""
},
"files": ["registration.php"]
}
}