Skip to content

Commit

Permalink
Make composer requirements less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
tmotyl authored Jun 10, 2020
1 parent 0332f7f commit ce01b0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "macopedia/magento2-categoryimporter",
"description": "Category Importer for Magento 2",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-store": "100.0.*|100.1.*|100.2.*",
"magento/framework": "100.1.*"
"magento/module-store": ">=100.0.0",
"magento/framework": ">=100.1.0"
},
"type": "magento2-module",
"version": "1.0.0",
Expand Down

0 comments on commit ce01b0e

Please sign in to comment.