From efe16bdc7b06c5cdd35fb542cb24151091243308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.eu> Date: Sun, 3 May 2020 16:46:33 +0200 Subject: [PATCH] Modification du composer.json et du module.xml --- composer.json | 1 - etc/module.xml | 21 +++++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2077525..cc0e5ba 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 7107748..793e4e1 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> -- GitLab