Skip to content

Commit

Permalink
fix sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
karliuka committed Sep 28, 2020
1 parent 072ada7 commit 845c3a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "faonni/module-tracking-link",
"description": "Extension add Tracking Url in Shipment Email.",
"type": "magento2-module",
"version": "2.0.9",
"version": "2.4.0",
"authors": [{
"name": "Karliuka Vitalii",
"email": "[email protected]"
Expand All @@ -11,7 +11,10 @@
"OSL-3.0"
],
"require": {
"magento/module-email": "100.0.*|100.1.*|100.2.*|101.0.*"
"magento/framework": "103.0.*",
"magento/module-config": "101.2.*",
"magento/module-sales": "103.0.*",
"magento/module-shipping": "100.4.*"
},
"autoload": {
"files": [
Expand Down
6 changes: 4 additions & 2 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Faonni_TrackingLink" setup_version="2.0.9">
<module name="Faonni_TrackingLink" setup_version="2.4.0">
<sequence>
<module name="Magento_Email"/>
<module name="Magento_Config"/>
<module name="Magento_Shipping"/>
<module name="Magento_Sales"/>
</sequence>
</module>
</config>

0 comments on commit 845c3a4

Please sign in to comment.