Skip to content

Commit

Permalink
Merge pull request #2 from craigcarnell/master
Browse files Browse the repository at this point in the history
Allow PHP 7.1, Magento 2.2
  • Loading branch information
mmenozzi authored Nov 28, 2017
2 parents fc9a32e + 524401b commit b928128
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 @@ -2,8 +2,8 @@
"name": "webgriffe/module-bootstrap-menu",
"description": "Magento 2 module which turns top menu compatible with Bootstrap.",
"require": {
"php": "^5.6|^7.0",
"magento/module-theme": "100.1.*"
"php": "^5.6|^7.0|^7.1",
"magento/module-theme": "100.1.*|100.2.*"
},
"suggest": {
"webgriffe/theme-frontend-bootstrap": "^1.0"
Expand Down

0 comments on commit b928128

Please sign in to comment.