Skip to content

Commit

Permalink
Merge pull request #16 from CheapHasz/remove-alert
Browse files Browse the repository at this point in the history
Remove alert
  • Loading branch information
CheapHasz authored Oct 12, 2020
2 parents 2161a94 + 05cd83b commit b77ee39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# novaway/elasticsearch-bundle

A bundle to integrate add debug information to elasticsearch/elasticsearch and ruflin/elastica in your Symfony Applications
A bundle to add debug information to elasticsearch/elasticsearch and ruflin/elastica in your Symfony Applications

## Usage

The bundle provides a Elasticsearch\Client override, throwing events during search, and displaying it in the symfony toolbar.
The bundle provides a Elastica\Client override, throwing events during search, and displaying it in the symfony toolbar.

## Installation
```
Expand All @@ -21,7 +21,7 @@ services:
Novaway\ElasticsearchBundle\Elastica\Client:
arguments:
$config:
url: '%elasticsearch_host%/'
url: '%elasticsearch_host%'

Elastica\Client: '@Novaway\ElasticsearchBundle\Elastica\Client'
```
Expand All @@ -36,7 +36,7 @@ And voila, when you use this client for search, the queries and requests will be
novaway_elasticsearch:
logging:
enabled: false # if true, log every search request with a LoggerInterface service
logger: 'logger' # the logger service id
logger: 'logger' #the logger service id
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "novaway/elasticsearch-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle to integrate novaway/elasticsearch-client",
"description": "Symfony bundle to add debug information to elasticsearch/elasticsearch and ruflin/elastica",
"keywords": ["elasticsearch"],
"homepage": "https://github.com/novaway/elasticsearch-bundle",
"license": "MIT",
"require": {
"php": "^7.1",
"elasticsearch/elasticsearch": "^5.2 || ^6.0",
"ruflin/elastica": "^6.0 || ^7.0",
"symfony/http-kernel": "^3.4 || ^4.1 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.1 || >=5.1.5",
"symfony/dependency-injection": "^4.2 || ^5.0",
"symfony/web-profiler-bundle": "^4.2 || ^5.0",
"symfony/config": "^4.2 || ^5.0",
Expand Down

0 comments on commit b77ee39

Please sign in to comment.