From ba40858e2cbb918bc39b661c564277bf50abf060 Mon Sep 17 00:00:00 2001 From: shopkeeperdev Date: Mon, 6 Oct 2025 17:43:55 -0400 Subject: [PATCH] Changing directory structure for Composer compatibility --- .../PDFingPO/Plugin => Plugin}/Amasty/.gitkeep | 0 .../Plugin => Plugin}/Amasty/FilterPlugin.php | 0 .../Plugin => Plugin}/Amasty/TemplatePlugin.php | 0 app/code/Shopkeeper/PDFingPO/composer.json | 15 --------------- .../code/Shopkeeper/PDFingPO/etc => etc}/.gitkeep | 0 {app/code/Shopkeeper/PDFingPO/etc => etc}/di.xml | 0 .../Shopkeeper/PDFingPO/etc => etc}/module.xml | 0 .../PDFingPO/registration.php => registration.php | 0 8 files changed, 15 deletions(-) rename {app/code/Shopkeeper/PDFingPO/Plugin => Plugin}/Amasty/.gitkeep (100%) rename {app/code/Shopkeeper/PDFingPO/Plugin => Plugin}/Amasty/FilterPlugin.php (100%) rename {app/code/Shopkeeper/PDFingPO/Plugin => Plugin}/Amasty/TemplatePlugin.php (100%) delete mode 100644 app/code/Shopkeeper/PDFingPO/composer.json rename {app/code/Shopkeeper/PDFingPO/etc => etc}/.gitkeep (100%) rename {app/code/Shopkeeper/PDFingPO/etc => etc}/di.xml (100%) rename {app/code/Shopkeeper/PDFingPO/etc => etc}/module.xml (100%) rename app/code/Shopkeeper/PDFingPO/registration.php => registration.php (100%) diff --git a/app/code/Shopkeeper/PDFingPO/Plugin/Amasty/.gitkeep b/Plugin/Amasty/.gitkeep similarity index 100% rename from app/code/Shopkeeper/PDFingPO/Plugin/Amasty/.gitkeep rename to Plugin/Amasty/.gitkeep diff --git a/app/code/Shopkeeper/PDFingPO/Plugin/Amasty/FilterPlugin.php b/Plugin/Amasty/FilterPlugin.php similarity index 100% rename from app/code/Shopkeeper/PDFingPO/Plugin/Amasty/FilterPlugin.php rename to Plugin/Amasty/FilterPlugin.php diff --git a/app/code/Shopkeeper/PDFingPO/Plugin/Amasty/TemplatePlugin.php b/Plugin/Amasty/TemplatePlugin.php similarity index 100% rename from app/code/Shopkeeper/PDFingPO/Plugin/Amasty/TemplatePlugin.php rename to Plugin/Amasty/TemplatePlugin.php diff --git a/app/code/Shopkeeper/PDFingPO/composer.json b/app/code/Shopkeeper/PDFingPO/composer.json deleted file mode 100644 index d614880..0000000 --- a/app/code/Shopkeeper/PDFingPO/composer.json +++ /dev/null @@ -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\\": "" - } - } -} diff --git a/app/code/Shopkeeper/PDFingPO/etc/.gitkeep b/etc/.gitkeep similarity index 100% rename from app/code/Shopkeeper/PDFingPO/etc/.gitkeep rename to etc/.gitkeep diff --git a/app/code/Shopkeeper/PDFingPO/etc/di.xml b/etc/di.xml similarity index 100% rename from app/code/Shopkeeper/PDFingPO/etc/di.xml rename to etc/di.xml diff --git a/app/code/Shopkeeper/PDFingPO/etc/module.xml b/etc/module.xml similarity index 100% rename from app/code/Shopkeeper/PDFingPO/etc/module.xml rename to etc/module.xml diff --git a/app/code/Shopkeeper/PDFingPO/registration.php b/registration.php similarity index 100% rename from app/code/Shopkeeper/PDFingPO/registration.php rename to registration.php