Skip to content

Commit 24c51c0

Browse files
committed
Updated PHP version matrix in README
1 parent 527b2f1 commit 24c51c0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ Features
7070
Version Matrix
7171
--------------
7272

73-
| Elasticsearch Version | Elasticsearch-PHP Branch |
74-
| --------------------- | ------------------------ |
75-
| >= 7.x | 7.x |
76-
| >= 6.6, < 7.0 | 6.7.x |
77-
| >= 6.0, < 6.6 | 6.5.x |
78-
| >= 5.0, < 6.0 | 5.0 |
79-
| >= 2.0, < 5.0 | 1.0 or 2.0 |
80-
| >= 1.0, < 2.0 | 1.0 or 2.0 |
81-
| <= 0.90.x | 0.4 |
82-
83-
- If you are using Elasticsearch 7.x you can use Elasticsearch-PHP 7.x branch
84-
- If you are using Elasticsearch 6.6 to 6.7, use Elasticsearch-PHP 6.7.x branch.
85-
- If you are using Elasticsearch 6.0 to 6.5, use Elasticsearch-PHP 6.5.x branch.
86-
- If you are using Elasticsearch 5.x, use Elasticsearch-PHP 5.0 branch.
73+
| Elasticsearch-PHP Branch | PHP Version |
74+
| ----------- | ------------------------ |
75+
| >= 7.16.0, < 8.0.0 | >= 7.3.0, <= 8.1.99 |
76+
| >= 7.12.0, < 8.0.0 | >= 7.3.0, <= 8.0.99 |
77+
| >= 7.11.0, < 8.0.0 | >= 7.1.0, <= 8.0.99 |
78+
| >= 7.0.0, < 7.11.0 | >= 7.1.0, < 8.0.0 |
79+
| 6.x | >= 7.0.0, < 8.0.0 |
80+
| 5.x | >= 5.6.6, < 8.0.0 |
81+
| 2.x | >= 5.4.0, < 7.0.0 |
82+
| 0.4, 1.x | >= 5.3.9, < 7.0.0 |
83+
84+
- If you are using Elasticsearch 7.x, you can use Elasticsearch-PHP 7.x branch.
85+
- If you are using Elasticsearch 6.x, you can use Elasticsearch-PHP 6.x branch.
86+
- If you are using Elasticsearch 5.x, you can use Elasticsearch-PHP 6.x branch.
8787
- 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.
8888
- 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.
8989
- You should never use Elasticsearch-PHP Master branch, as it tracks Elasticsearch master and may contain incomplete features or breaks in backwards compatibility. Only use ES-PHP master if you are developing against ES master for some reason.

0 commit comments

Comments
 (0)