Skip to content

Commit 82b8ec6

Browse files
committed
Fixed elastic/transport require in composer
1 parent 80ac1e4 commit 82b8ec6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 8.0.0-rc2
2+
3+
- Added the common parameters in all the endpoints
4+
[]()
5+
16
## Release 8.0.0-rc1
27

38
- Fixed query string in API endpoints + added a first integration test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": "^7.4 || ^8.0",
14-
"elastic/transport": ">=8.0.0-rc3",
14+
"elastic/transport": ">=v8.0.0-rc4",
1515
"psr/http-client": "^1.0",
1616
"psr/http-message": "^1.0",
1717
"psr/log": "^1|^2|^3",

0 commit comments

Comments
 (0)