Skip to content

Commit

Permalink
Use elasticsearch bundle fork (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jun 28, 2020
1 parent 0ab129e commit 6c3b5be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/installation-es2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Installation using ElasticSearch ^2.2
# Installation using ElasticSearch ^2.2

```bash
composer require ongr/elasticsearch-bundle:^1.2
composer require handcraftedinthealps/elasticsearch-bundle:^1.2
```

## Configure the bundles:
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/installation-es5.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation using ElasticSearch ^5.0

```bash
composer require ongr/elasticsearch-bundle:^5.0
composer require handcraftedinthealps/elasticsearch-bundle:^5.0
```

## Configure the bundles:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": "^5.5 || ^7.0",
"sulu/sulu": "^1.6.8",
"ongr/elasticsearch-bundle": "^1.2.10 || ^5.2",
"ongr/elasticsearch-dsl": "^2.2.2 || ~5.0",
"handcraftedinthealps/elasticsearch-bundle": "^1.2.10.1 || ^5.2.6.1",
"handcraftedinthealps/elasticsearch-dsl": "^2.2.2.1 || ^5.0.7.1",
"jackalope/jackalope": "^1.2.8 || >=1.3.3",
"jms/serializer-bundle": "^1.1 || ^2.0"
},
Expand Down

0 comments on commit 6c3b5be

Please sign in to comment.