Skip to content

Commit

Permalink
aws-sdk-php package added
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaratug committed Jul 9, 2020
1 parent 9391a4c commit 77c290f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog
All notable changes to `elastic-aws-client` will be documented in this file.

## [Unreleased]

## 1.0.1 - 2020-07-09
- aws-sdk-php package added.

## 1.0.0 - 2020-06-23
- Initial release.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"role": "Developer"
}
],
"suggest": {
"aws/aws-sdk-php": "Required to connect to an Elasticsearch host on AWS (^3.80)"
},
"autoload": {
"psr-4": {
"ElasticAwsClient\\": "src"
Expand All @@ -48,6 +45,7 @@
},
"require": {
"php": "^7.2",
"aws/aws-sdk-php": "^3.80",
"elasticsearch/elasticsearch": "^7.3"
},
"require-dev": {
Expand Down

0 comments on commit 77c290f

Please sign in to comment.