diff --git a/composer.json b/composer.json index 2077525a41c1f0ab262ae90aa1cc1d1a0ede604f..cc0e5baa383912c88d7ac7955f23418a83da0d25 100755 --- a/composer.json +++ b/composer.json @@ -8,7 +8,6 @@ "magento/framework": "102.0.*", "magento/module-backend": "101.0.*", "magento/module-catalog": "103.0.*", - "magento/module-email": "101.0.*", "magento/module-media-storage": "100.3.*", "magento/module-store": "101.0.*", "magento/module-theme": "101.0.*", diff --git a/etc/module.xml b/etc/module.xml index 710774852114ba7b4ff6de4aed6dbefda223e522..793e4e19b8f9f57c761d5a8b473aeb95eff7be54 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,18 @@ <?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="NicolasBejean_CategoryWidget" setup_version="1.1.5" /> -</config> \ No newline at end of file +<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> + <module name="NicolasBejean_CategoryWidget" setup_version="2.0.0"> + <sequence> + <module name="Magento_Backend"/> + <module name="Magento_Catalog"/> + <module name="Magento_MediaStorage"/> + <module name="Magento_Store"/> + <module name="Magento_Theme"/> + <module name="Magento_Ui"/> + <module name="Magento_Variable"/> + <module name="Magento_Widget" /> + <module name="Magento_GraphQl"/> + <module name="NicolasBejean_Base"/> + <module name="NicolasBejean_MediaManager"/> + </sequence> + </module> +</config>