Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Require PHP >= 7.0
Require Magento >= 2.2
Added license to composer.json
  • Loading branch information
Beagon committed Jul 30, 2019
1 parent 3cf04c6 commit f538587
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"name": "itonomy/productvisibilitygrid",
"description": "",
"require": {
"php": ">=5.6"
"php": ">=7.0",
"magento/framework": ">=101.0.0"
},
"suggest": {

},
"type": "magento2-module",
"version": "1.0.7",
"license": [

"MIT"
],
"autoload": {
"files": [
Expand Down

0 comments on commit f538587

Please sign in to comment.