2025-10-06 17:16:24 -04:00
|
|
|
{
|
2025-11-06 14:54:32 -05:00
|
|
|
"name": "shopkeeper/module-pdfing-po",
|
2025-10-06 17:16:24 -04:00
|
|
|
"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"]
|
2025-11-06 15:30:43 -05:00
|
|
|
},
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Taber",
|
|
|
|
|
"email": "taber@shopkeeper.dev"
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-10-06 17:16:24 -04:00
|
|
|
}
|