Skip to content

Commit

Permalink
Dropped support for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Nov 18, 2019
1 parent e62898f commit 89b2dbc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 41 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:
- DOCKER_VERSION=17.09.0
- DOCKER_COMPOSE_VERSION=1.17.1
matrix:
- TARGET="71"
- TARGET="72"
- TARGET="73"
- TARGET="Lint"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file based on the

### Backward Compatibility Breaks

* Dropped support for PHP 7.1

### Bugfixes

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project tries to follow Elasticsearch in terms of [End of Life](https://www

| Elastica | ElasticSearch | elasticsearch-php | PHP |
| --------------------------------------------------------------------------------------- | ------------- | ----------------- | -------- |
| [7.x](https://github.com/ruflin/Elastica/tree/master) | 7.x | ^7.0 | ^7.1 |
| [7.x](https://github.com/ruflin/Elastica/tree/master) | 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) | 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 |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-json": "*",
"psr/log": "~1.0",
"elasticsearch/elasticsearch": "^7.0"
Expand Down
38 changes: 0 additions & 38 deletions env/elastica/Docker71

This file was deleted.

0 comments on commit 89b2dbc

Please sign in to comment.