Skip to content

Commit 2650da2

Browse files
committed
bumped minimal version of guzzle as elasticsearch depends on it
1 parent 2f31714 commit 2650da2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"ext-json": "*",
2929
"ext-curl": "*",
3030
"spameri/elastic-query": "dev-master",
31-
"elasticsearch/elasticsearch": "^8.15.0",
31+
"elasticsearch/elasticsearch": "^8.17.0",
32+
"guzzlehttp/guzzle": "^7.9",
3233
"nette/di": "^3.1.10",
3334
"nette/utils": "^4.0.0|^3.2.5",
3435
"symfony/console": "^6.4.2 || ^7.0.2",

0 commit comments

Comments
 (0)