Skip to content

Commit ddb8ecd

Browse files
committed
Update Readme with 5.0 branching information
1 parent bd64d52 commit ddb8ecd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ Version Matrix
2525

2626
| Elasticsearch Version | Elasticsearch-PHP Branch |
2727
| --------------------- | ------------------------ |
28-
| >= 2.0 | 1.0 or 2. |
28+
| >= 5.0 | dev-master |
29+
| >= 2.0, < 5.0 | 1.0 or 2.0 |
2930
| >= 1.0, < 2.0 | 1.0 or 2.0 |
3031
| <= 0.90.x | 0.4 |
3132

32-
- If you are using Elasticsearch 2.0+, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
33-
- If you are using Elasticsearch 1.0+, you must install the `1.0` or `2.0` Elasticsearch-PHP branch.
33+
- If you are using Elasticsearch 5.0+ (master, alpha, beta), use Elasticsearch-PHP dev-master. A 5.x branch will be cut when Elasticsearch 5.0 GA is released
34+
- If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
3435
- If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
3536
- You should never use Elasticsearch-PHP Master branch, as it tracks Elasticearch master and may contain incomplete features or breaks in backwards compat. Only use ES-PHP master if you are developing against ES master for some reason.
3637

0 commit comments

Comments
 (0)