Skip to content

Commit 9042290

Browse files
committed
Added minimum-stability RC in composer
1 parent a7e53d7 commit 9042290

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
- Added the common parameters in all the endpoints
44
[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+
76

87
## Release 8.0.0-rc1
98

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
],
1010
"type": "library",
1111
"license": "MIT",
12+
"minimum-stability": "RC",
1213
"require": {
1314
"php": "^7.4 || ^8.0",
14-
"elastic/transport": "=8.0.0-rc4",
15+
"elastic/transport": ">=8.0.0-rc4",
1516
"psr/http-client": "^1.0",
1617
"psr/http-message": "^1.0",
1718
"psr/log": "^1|^2|^3",

0 commit comments

Comments
 (0)