Skip to content

Commit

Permalink
Remove extra php composer requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Davis committed Jan 24, 2019
1 parent da5bfde commit e96a181
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 @@ -2,7 +2,7 @@
"name": "dmatthew/magento2-attribute-description",
"description": "Add descriptions to your product attributes.",
"require": {
"php": "~5.6.0|~7.0.0|~7.1.0|~7.1.3|~7.2.0",
"php": "~5.6.0|~7.0.0|~7.1.3|~7.2.0",
"magento/module-store": "100.2.*|101.0.*",
"magento/module-eav": "101.0.*|102.0.*",
"magento/module-catalog": "102.0.*|103.0.*"
Expand Down

0 comments on commit e96a181

Please sign in to comment.