File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- Added the common parameters in all the endpoints
4
4
[ 6427f8c] ( https://github.com/elastic/elasticsearch-php/commit/6427f8c42ba2afbe82c00adffdf93dd60b439432 )
5
- - Fixed the version require of elastic/transport in composer.json
6
- [ 82b8ec6] ( https://github.com/elastic/elasticsearch-php/commit/82b8ec684b8ea5a0a5d58544ff79d90542e409cf )
5
+
7
6
8
7
## Release 8.0.0-rc1
9
8
Original file line number Diff line number Diff line change 9
9
],
10
10
"type" : " library" ,
11
11
"license" : " MIT" ,
12
+ "minimum-stability" : " RC" ,
12
13
"require" : {
13
14
"php" : " ^7.4 || ^8.0" ,
14
- "elastic/transport" : " =8.0.0-rc4" ,
15
+ "elastic/transport" : " > =8.0.0-rc4" ,
15
16
"psr/http-client" : " ^1.0" ,
16
17
"psr/http-message" : " ^1.0" ,
17
18
"psr/log" : " ^1|^2|^3" ,
You can’t perform that action at this time.
0 commit comments