Skip to content

Commit

Permalink
Merge pull request #3 from tarfin-labs/php-8-1-support
Browse files Browse the repository at this point in the history
PHP 8.1 support added.
  • Loading branch information
tkaratug authored May 10, 2022
2 parents 46c98a8 + c10a656 commit a7b3d3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to `elastic-aws-client` will be documented in this file.

## [Unreleased]

## 2.2.0 - 2022-02-08
- PHP 8.1 support added.

## 2.1.0 - 2021-06-03
- PHP 8 support added.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The official PHP Elasticsearch client for AWS Elasticsearch Service integrated w

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

* PHP 7.3 - 8.0
* PHP 7.3 - 8.0 - 8.1
* Elasticsearch 7.x
* AWS-SDK-PHP ^3.80

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
}
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.3|^8.0|^8.1",
"aws/aws-sdk-php": "^3.80",
"elasticsearch/elasticsearch": "^7.3"
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": "^4.3|^6.0"
"orchestra/testbench": "^4.3|^6.0|^7.0"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit a7b3d3a

Please sign in to comment.