Skip to content

Commit

Permalink
Merge pull request #47 from BitBagCommerce/InstallationProcedures
Browse files Browse the repository at this point in the history
Updating installation procedures
senghe authored Sep 13, 2023
2 parents e0cce3a + d1c5d3c commit 1603e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Installation

*Note*: This Plugin currently supports ElasticSearch 5.3.x up to 6.8.x. ElasticSearch ^7.x is not currently supported.
*Note*: This Plugin currently supports ElasticSearch ^7.x.

```bash
$ composer require bitbag/crossselling-plugin --no-scripts
@@ -27,7 +27,7 @@ imports:
- { resource: "@BitBagSyliusCrossSellingPlugin/Resources/config/config.yaml" }
```
Remove the default ElasticSearch index (`app`) defined by `FOSElasticaBundle` in `config/packages/fos_elastica.yaml`:
Remove the default ElasticSearch index (`app`) defined by `FOSElasticaBundle` in `config/packages/fos_elastica.yaml` (if the file doesn't exist, please create it with already updated info):
```

fos_elastica:

0 comments on commit 1603e24

Please sign in to comment.