Skip to content

Commit

Permalink
Add compatibility notes
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed May 12, 2020
1 parent cbb4f79 commit 8620ca5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

before_script:
- composer global require --no-interaction --prefer-dist --update-no-dev hirak/prestissimo
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ operations.

## Contents

* [Compatibility](#compatibility)
* [Installation](#installation)
* [Index Management](#index-management)
* [Document Management](#document-management)

## Compatibility

The current version of Elastic Adapter has been tested with the following configuration:

* PHP 7.2-7.4
* Elasticsearch 7.x

## Installation

The library can be installed via Composer:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
},
"require": {
"php": "^7.2",
"elasticsearch/elasticsearch": "^7.3"
},
"require-dev": {
Expand Down

0 comments on commit 8620ca5

Please sign in to comment.