Skip to content

Commit c0ecda4

Browse files
committed
AC-13818::Make ES8 to be default for 2.4.8 instead of ES7
1 parent fef856a commit c0ecda4

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

app/code/Magento/Elasticsearch8/composer.json

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"suggest": {
1414
"magento/module-config": "*"
1515
},
16-
"replace": {
17-
"magento/module-elasticsearch-7": "*"
18-
},
1916
"type": "magento2-module",
2017
"license": [
2118
"OSL-3.0",

app/code/Magento/OpenSearch/composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"name": "magento/module-open-search",
33
"description": "N/A",
4-
"repositories": [
5-
{
6-
"type": "vcs",
7-
"url": "[email protected]:djadobe16/opensearch-php.git"
8-
}
9-
],
104
"require": {
115
"php": "~8.2.0||~8.3.0||~8.4.0",
126
"magento/framework": "*",
@@ -15,7 +9,7 @@
159
"magento/module-elasticsearch": "*",
1610
"magento/module-search": "*",
1711
"magento/module-config": "*",
18-
"opensearch-project/opensearch-php": "dev-php84-support"
12+
"opensearch-project/opensearch-php": "^2.3"
1913
},
2014
"type": "magento2-module",
2115
"license": [

0 commit comments

Comments
 (0)