Skip to content

Commit

Permalink
Added PHP 7.1 & 7.2 to requirements (abelbm#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Bickley authored and abelbm committed Aug 22, 2018
1 parent 691e8d4 commit 3189d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"magento2"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0"
},
"type": "magento2-module",
"version": "1.1.0",
Expand All @@ -32,4 +32,4 @@
"Abelbm\\DisableFrontend\\": ""
}
}
}
}

0 comments on commit 3189d67

Please sign in to comment.