Skip to content

Commit

Permalink
Add support for PHP 7.3 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emafernandez authored Dec 6, 2019
1 parent 5d16c11 commit e613188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Magento 2.x Extension to prevent Out of Stock Children being removed from Used Product Collections.",
"type": "magento2-module",
"license": "MIT",
"version": "0.6.3",
"version": "0.6.4",
"keywords": ["Out Of Stock", "Child Products", "Collection", "Interjar", "Magento 2"],
"homepage": "https://interjar.com",
"authors": [
Expand All @@ -15,7 +15,7 @@
}
],
"require": {
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2",
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2|~7.3",
"magento/framework": "102.*",
"magento/module-eav": "102.*"
},
Expand Down

0 comments on commit e613188

Please sign in to comment.