Skip to content

Commit f8d43f1

Browse files
committed
Allow PHP 7.2
1 parent af6e470 commit f8d43f1

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)