Skip to content

Commit

Permalink
elasticsearch 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paullla committed Jun 27, 2023
1 parent 6ce1f9f commit 6e1e8bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"doctrine/annotations": "^1.14",
"doctrine/doctrine-bundle": "^2.8",
"doctrine/orm": "^2.14",
"elasticsearch/elasticsearch": "^8.0",
"elasticsearch/elasticsearch": "^7.1",
"symfony/dotenv": "6.2.*",
"symfony/expression-language": "6.2.*",
"symfony/framework-bundle": "^6.2",
Expand Down
4 changes: 2 additions & 2 deletions src/Bridge/Elasticsearch/ElasticsearchClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Locastic\Loggastic\Bridge\Elasticsearch;

use Elastic\Elasticsearch\Client;
use Elastic\Elasticsearch\ClientBuilder;
use Elasticsearch\Client;
use Elasticsearch\ClientBuilder;

class ElasticsearchClient
{
Expand Down

0 comments on commit 6e1e8bf

Please sign in to comment.