Changing directory structure for Composer compatibility

This commit is contained in:
shopkeeperdev
2025-10-06 17:43:55 -04:00
parent 8a4d08cd6b
commit ba40858e2c
8 changed files with 0 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
{
"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\\": ""
}
}
}