We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46cf07c + 05dc0bb commit 434b1feCopy full SHA for 434b1fe
app/code/Magento/OpenSearch/composer.json
@@ -1,12 +1,6 @@
1
{
2
"name": "magento/module-open-search",
3
"description": "N/A",
4
- "repositories": [
5
- {
6
- "type": "vcs",
7
- "url": "[email protected]:djadobe16/opensearch-php.git"
8
- }
9
- ],
10
"require": {
11
"php": "~8.2.0||~8.3.0||~8.4.0",
12
"magento/framework": "*",
@@ -15,7 +9,7 @@
15
"magento/module-elasticsearch": "*",
16
"magento/module-search": "*",
17
"magento/module-config": "*",
18
- "opensearch-project/opensearch-php": "dev-php84-support"
+ "opensearch-project/opensearch-php": "^2.3"
19
13
},
20
14
"type": "magento2-module",
21
"license": [
0 commit comments