Skip to content

Commit

Permalink
Merge pull request #26 from section-io/magento-support
Browse files Browse the repository at this point in the history
Add support for all Magento versions
  • Loading branch information
aschreck committed May 16, 2018
2 parents 839db9f + 5b7eb98 commit af3187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "100.1.* || 101.0.*"
"magento/framework": "~100.0 || ~101.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down

0 comments on commit af3187d

Please sign in to comment.