Skip to content

Commit 5a0edca

Browse files
authored
Merge pull request #7 from craigcarnell/master
Remove version requirement as per 2.3
2 parents 86b64a2 + 5d1d261 commit 5a0edca

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
@@ -3,7 +3,7 @@
33
"description": "Magento 2 module which turns top menu compatible with Bootstrap.",
44
"require": {
55
"php": "^5.6|^7.0|^7.1|^7.2",
6-
"magento/module-theme": "100.1.*|100.2.*"
6+
"magento/module-theme": "*"
77
},
88
"suggest": {
99
"webgriffe/theme-frontend-bootstrap": "^1.0"

0 commit comments

Comments
 (0)