Skip to content

Commit b928128

Browse files
authored
Merge pull request #2 from craigcarnell/master
Allow PHP 7.1, Magento 2.2
2 parents fc9a32e + 524401b commit b928128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "webgriffe/module-bootstrap-menu",
33
"description": "Magento 2 module which turns top menu compatible with Bootstrap.",
44
"require": {
5-
"php": "^5.6|^7.0",
6-
"magento/module-theme": "100.1.*"
5+
"php": "^5.6|^7.0|^7.1",
6+
"magento/module-theme": "100.1.*|100.2.*"
77
},
88
"suggest": {
99
"webgriffe/theme-frontend-bootstrap": "^1.0"

0 commit comments

Comments
 (0)