Skip to content

Commit

Permalink
module version and deps added
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkobierzynski committed Feb 5, 2021
1 parent b5d18ab commit 7180b5f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
@copyright Copyright (C) 2019 Lizard Media (http://lizardmedia.pl)
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="LizardMedia_VarnishWarmer">
<module name="LizardMedia_VarnishWarmer" setup_version="2.3.1">
<sequence>
<module name="Magento_Backend"/>
<module name="Magento_Catalog"/>
<module name="Magento_Config"/>
<module name="Magento_Store"/>
</sequence>
</module>
</config>
</config>

0 comments on commit 7180b5f

Please sign in to comment.