Skip to content

Commit

Permalink
Update OpenSearch client
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Sep 2, 2024
1 parent 37e0bea commit c7e30d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
3 changes: 1 addition & 2 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"hautelook/alice-bundle": "2.11.0",
"lexik/jwt-authentication-bundle": "^2.14",
"nelmio/cors-bundle": "^2.2",
"opensearch-project/opensearch-php": "2.2.0",
"opensearch-project/opensearch-php": "^2.3",
"phpstan/phpdoc-parser": "^1.16",
"stof/doctrine-extensions-bundle": "^1.7",
"symfony/asset": "6.4.*",
Expand Down Expand Up @@ -128,5 +128,4 @@
}
}
},
"botis" : "todo upgrade opensearch-project/opensearch-php to 2.3 by using version ^2.1 and then remove this line"
}
19 changes: 10 additions & 9 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services: # TODO upgrade : test ci
services:
php:
build:
context: ./api
Expand Down

0 comments on commit c7e30d2

Please sign in to comment.