Create composer.json
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal file
@@ -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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user