Skip to content

Commit

Permalink
magento#34700: Update composer dependencies to the last released vers…
Browse files Browse the repository at this point in the history
…ions

- elasticsearch/elasticsearch
  • Loading branch information
xmav committed Dec 1, 2021
1 parent 5048fe6 commit 144f0e6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"magento/module-store": "*",
"magento/module-catalog-inventory": "*",
"magento/framework": "*",
"elasticsearch/elasticsearch": "~7.14.0"
"elasticsearch/elasticsearch": "~7.15.0"
},
"suggest": {
"magento/module-config": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Elasticsearch6/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"magento/module-catalog-search": "*",
"magento/module-search": "*",
"magento/module-elasticsearch": "*",
"elasticsearch/elasticsearch": "~7.14.0"
"elasticsearch/elasticsearch": "~7.15.0"
},
"suggest": {
"magento/module-config": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Elasticsearch7/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": "~7.4.0||~8.0.0",
"magento/framework": "*",
"magento/module-elasticsearch": "*",
"elasticsearch/elasticsearch": "~7.14.0",
"elasticsearch/elasticsearch": "~7.15.0",
"magento/module-advanced-search": "*",
"magento/module-catalog-search": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"colinmollenhour/credis": "1.12.1",
"colinmollenhour/php-redis-session-abstract": "~1.4.0",
"composer/composer": "^1.9 || ^2.0",
"elasticsearch/elasticsearch": "~7.14.0",
"elasticsearch/elasticsearch": "~7.15.0",
"guzzlehttp/guzzle": "^7.3.0",
"laminas/laminas-captcha": "^2.11",
"laminas/laminas-code": "~4.4.3",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 144f0e6

Please sign in to comment.