Skip to content

Commit 86b64a2

Browse files
authored
Merge pull request #6 from craigcarnell/feature/7.2
Allow PHP 7.2
2 parents a4dac89 + f8d43f1 commit 86b64a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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|^7.1",
5+
"php": "^5.6|^7.0|^7.1|^7.2",
66
"magento/module-theme": "100.1.*|100.2.*"
77
},
88
"suggest": {

0 commit comments

Comments
 (0)