Skip to content

Commit 1f6d7f6

Browse files
committed
Define dependency to the indexer module from Magento 2.2+
which is needed for defining indexer dependencies.
1 parent 668fdab commit 1f6d7f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"integer-net/solr-magento2-autosuggest" : "^1.0.0",
88
"symfony/console": "^2.3|^3.0|^4.0",
99
"magento/module-catalog": "^101.0.0|^102.0.0|^103.0.0",
10-
"magento/module-search": "^100.1.0|^101.0.0"
10+
"magento/module-search": "^100.1.0|^101.0.0",
11+
"magento/module-indexer": "^100.2.0"
1112
},
1213
"require-dev": {
1314
"phpunit/phpunit": "^5.7",

0 commit comments

Comments
 (0)