Skip to content

Commit

Permalink
Issue #10 / Magento 2.3.0 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Dec 5, 2018
1 parent ff10731 commit 8711e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -16,7 +16,7 @@
"magento 2 free shipping extension"
],
"type": "magento2-module",
"version": "1.5.2",
"version": "1.6.0",
"license": [
"proprietary"
],
Expand All @@ -34,9 +34,9 @@
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
"magento/framework": "100.0.*|100.1.*|101.0.*"
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.0",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 8711e99

Please sign in to comment.