Skip to content

Commit

Permalink
Update dependencies to be backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjtoohey committed Feb 9, 2018
1 parent c3b8167 commit a459546
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 @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.6",
"magento/module-sales": "^101.0.2",
"magento/framework": "^100.1.2"
"magento/module-sales": "^100.1.2|^101.0.2",
"magento/framework": "^100.1.2|^101.0.2"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down

0 comments on commit a459546

Please sign in to comment.