Skip to content

Commit

Permalink
Document that 6.x (>= 6.2.0) supports PHP 8.0 (#1989) (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy authored Oct 29, 2021
1 parent 6ef9cb6 commit 43dc1cd
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,19 @@ Contributions are always welcome. For details on how to contribute, check the [C

Versions & Dependencies
------------
This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x

| Elastica | ElasticSearch | elasticsearch-php | PHP |
| --------------------------------------------------------------------------------------- | ------------- | ----------------- | -------------- |
| [7.x](https://github.com/ruflin/Elastica/tree/master) | 7.x | ^7.0 | ^7.2 \|\| ^8.0 |
| [7.0](https://github.com/ruflin/Elastica/tree/7.0) | 7.x | ^7.0 | ^7.2 |
| [6.x](https://github.com/ruflin/Elastica/tree/6.x) | 6.x | ^6.0 | ^7.0 |
| [5.x](https://github.com/ruflin/Elastica/tree/5.x) (unmaintained) | 5.x | ^5.0 | \>=5.6 |
| [3.2.3](https://github.com/ruflin/Elastica/tree/3.2.3) (unmaintained) | 2.4.0 | no | \>=5.4 |
| [2.x](https://github.com/ruflin/Elastica/tree/2.x) (unmaintained) | 1.7.2 | no | \>=5.3.3 |
This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x.
It is generally recommended to use the latest point release of the relevant branch.

| Elastica branch | ElasticSearch | elasticsearch-php | PHP |
| ----------------------------------------------------- | ------------- | ----------------- | -------------- |
| [7.x](https://github.com/ruflin/Elastica/tree/master) | 7.x | ^7.0 | ^7.2 \|\| ^8.0 |
| [6.x](https://github.com/ruflin/Elastica/tree/6.x) | 6.x | ^6.0 | ^7.0 \|\| ^8.0 |

Unmaintained versions:

| Elastica version | ElasticSearch | elasticsearch-php | PHP |
| ----------------------------------------------------- | ------------- | ----------------- | -------------- |
| [5.x](https://github.com/ruflin/Elastica/tree/5.x) | 5.x | ^5.0 | \>=5.6 |
| [3.x](https://github.com/ruflin/Elastica/tree/3.x) | 2.4.0 | no | \>=5.4 |
| [2.x](https://github.com/ruflin/Elastica/tree/2.x) | 1.7.2 | no | \>=5.3.3 |
------------

0 comments on commit 43dc1cd

Please sign in to comment.