Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatthew authored Apr 14, 2018
1 parent 562137a commit 54f9c35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "dmatthew/magento2-attribute-description",
"description": "Add descriptions to your product attributes.",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-store": "100.1.*",
"magento/module-eav": "100.1.*",
"magento/module-catalog": "101.0.*"
"php": "~5.6.0|~7.0.0|~7.1.0",
"magento/module-store": "100.2.*",
"magento/module-eav": "101.0.*",
"magento/module-catalog": "102.0.*"
},
"type": "magento2-module",
"version": "0.0.1",
"version": "0.2.0",
"license": [
"MIT"
],
Expand Down

0 comments on commit 54f9c35

Please sign in to comment.