Skip to content

Commit

Permalink
Merge pull request #36 from ven-com/magento-2.3-compatibility
Browse files Browse the repository at this point in the history
Make module compatible with Magento 2.3 & php 7.2
  • Loading branch information
henkelund authored Aug 23, 2019
2 parents 22ab5c5 + f26db3b commit 1ba545c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"AGPL-3.0+"
],
"require": {
"php": "~7.0.0|~7.1.0",
"magento/framework": "~101.0",
"magento/module-catalog": "~102.0",
"magento/module-catalog-search": "~100.0",
"php": "~7.0.0|~7.1.0|~7.2.0",
"magento/framework": "~101.0|~102.0",
"magento/module-catalog": "~102.0|~103.0",
"magento/module-catalog-search": "~100.0|~101.0",
"magento/module-checkout": "~100.0",
"magento/module-config": "~101.0",
"magento/module-customer": "~101.0",
"magento/module-customer": "~101.0|~102.0",
"magento/module-quote": "~101.0",
"magento/module-sales": "~101.0",
"magento/module-search": "~100.0",
"magento/module-store": "~100.0"
"magento/module-sales": "~101.0|~102.0",
"magento/module-search": "~100.0|~101.0",
"magento/module-store": "~100.0|~101.0"
},
"autoload": {
"files": ["registration.php"],
Expand Down

0 comments on commit 1ba545c

Please sign in to comment.