Skip to content

Commit

Permalink
Merge pull request #7 from MONEI/main_2.4.5
Browse files Browse the repository at this point in the history
add required modules according
  • Loading branch information
jcuervas authored Nov 30, 2022
2 parents 389983a + 6cf1489 commit 4fe8a21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
}
],
"require": {
"php": "^8.1.0"
"php": "^8.1.0",
"magento/module-payment": "100.1.*",
"magento/module-checkout": "100.1.*",
"magento/module-sales": "100.1.*"
},
"conflict": {
"magento/product-community-edition": "<2.4.5"
Expand Down
1 change: 1 addition & 0 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<module name="Magento_Config"/>
<module name="Magento_Payment"/>
<module name="Magento_Store"/>
<module name="Magento_Sales"/>
</sequence>
</module>
</config>

0 comments on commit 4fe8a21

Please sign in to comment.