Skip to content

Commit

Permalink
fix: increase min version of ringphp
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Aug 27, 2024
1 parent bad675e commit 90e2520
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added workflow for automated API update using OpenSearch API specification ([#209](https://github.com/opensearch-project/opensearch-php/pull/209))
- Added samples ([#218](https://github.com/opensearch-project/opensearch-php/pull/218))
### Changed
- Increased min version of `ezimuel/ringphp` to `^1.2.2`
### Deprecated
### Removed
### Fixed
Expand Down Expand Up @@ -50,4 +51,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
[2.1.0]: https://github.com/opensearch-project/opensearch-php/compare/2.0.3...2.1.0
[2.0.3]: https://github.com/opensearch-project/opensearch-php/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/opensearch-project/opensearch-php/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/opensearch-project/opensearch-php/compare/2.0.0...2.0.1
[2.0.1]: https://github.com/opensearch-project/opensearch-php/compare/2.0.0...2.0.1
18 changes: 13 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
{
"name": "opensearch-project/opensearch-php",
"description": "PHP Client for OpenSearch",
"keywords": ["search","client", "opensearch","elasticsearch"],
"keywords": [
"search",
"client",
"opensearch",
"elasticsearch"
],
"type": "library",
"license": ["Apache-2.0", "LGPL-2.1-only"],
"license": [
"Apache-2.0",
"LGPL-2.1-only"
],
"authors": [
{
"name": "Elastic"
"name": "Elastic"
},
{
"name": "OpenSearch Contributors"
"name": "OpenSearch Contributors"
}
],
"require": {
"php": "^7.3 || ^8.0",
"ext-json": ">=1.3.7",
"ext-curl": "*",
"ezimuel/ringphp": "^1.1.2",
"ezimuel/ringphp": "^1.2.2",
"psr/log": "^1|^2|^3",
"symfony/yaml": "*"
},
Expand Down

0 comments on commit 90e2520

Please sign in to comment.