From 8a4d08cd6bb608fe06bbdec0e59e2794885d8c46 Mon Sep 17 00:00:00 2001 From: shopkeeperdev Date: Mon, 6 Oct 2025 17:16:24 -0400 Subject: [PATCH] Create composer.json --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..cda49d3 --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "shopkeeper/pdfingpo", + "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"] + } +} \ No newline at end of file