Initial commit of individual extension
This commit is contained in:
15
app/code/Shopkeeper/PDFingPO/composer.json
Normal file
15
app/code/Shopkeeper/PDFingPO/composer.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "shopkeeper/module-pdfing-po",
|
||||
"description": "Display product costs in purchase order PDFs (PDFingPO)",
|
||||
"type": "magento2-module",
|
||||
"version": "1.0.0",
|
||||
"license": "proprietary",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"registration.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Shopkeeper\\PDFingPO\\": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user