Skip to content

Commit d91bdf5

Browse files
committed
AC-7821::Extract ES8 module to a separate repository,updated the dependency ES-8.5.0
1 parent ec9502f commit d91bdf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"magento/module-store": "*",
1313
"magento/module-catalog-inventory": "*",
1414
"magento/framework": "*",
15-
"elasticsearch/elasticsearch": "^7.17 || ^8.5.0"
15+
"elasticsearch/elasticsearch": "^7.17 || ~8.5.0"
1616
},
1717
"suggest": {
1818
"magento/module-config": "*"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"colinmollenhour/credis": "^1.13",
3939
"colinmollenhour/php-redis-session-abstract": "^1.5",
4040
"composer/composer": "^2.0, !=2.2.16",
41-
"elasticsearch/elasticsearch": "^7.17||^8.5.0",
41+
"elasticsearch/elasticsearch": "^7.17||~8.5.0",
4242
"ezyang/htmlpurifier": "^4.16",
4343
"guzzlehttp/guzzle": "^7.5",
4444
"laminas/laminas-captcha": "^2.12",

0 commit comments

Comments
 (0)