Skip to content

Commit f4ef645

Browse files
committed
Ensure Opensearch 2.4.0 will not be used until they fix memory issue
1 parent 9a0d49f commit f4ef645

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
@@ -45,7 +45,7 @@
4545
"magento/module-inventory-sales": ">=1.1.0",
4646
"magento/module-inventory-indexer": ">=2.0.0",
4747
"magento/magento-composer-installer": "*",
48-
"opensearch-project/opensearch-php": "^1.0 || ^2.0"
48+
"opensearch-project/opensearch-php": "^1.0 || ^2.0, <2.4.0"
4949
},
5050
"replace": {
5151
"smile/module-elasticsuite-core": "self.version",

0 commit comments

Comments
 (0)