Skip to content

Commit

Permalink
Allow PHP 7.1, Magento 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csdougliss committed Nov 28, 2017
1 parent fc9a32e commit 524401b
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 524401b

Please sign in to comment.