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

10
etc/module.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Shopkeeper_PDFingPO" setup_version="1.0.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Catalog"/>
</sequence>
</module>
</config>