File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib
3333
3434| Elasticsearch version | ElasticsearchBundle version |
3535| --------------------- | --------------------------- |
36- | >= 5.0 | ~ 2 .x |
37- | >= 2.0, < 5.0 | ~ 1.x |
36+ | >= 5.0 | ~ 5 .x |
37+ | >= 2.0, < 5.0 | >=1.0, < 5.0 |
3838| >= 1.0, < 2.0 | >= 0.10, < 1.0 |
3939| <= 0.90.x | < 0.10 |
4040
@@ -63,7 +63,7 @@ For contribution to the documentation you can find it in the [contribute][6] top
6363Elasticsearch bundle is installed using [ Composer] [ 16 ] .
6464
6565``` bash
66- php composer.phar require ongr/elasticsearch-bundle " ~2 .0"
66+ php composer.phar require ongr/elasticsearch-bundle " ~5 .0"
6767
6868```
6969
Original file line number Diff line number Diff line change 3333 "minimum-stability" : " dev" ,
3434 "extra" : {
3535 "branch-alias" : {
36- "dev-master" : " 2 .0-dev"
36+ "dev-master" : " 5 .0-dev"
3737 }
3838 }
3939}
You can’t perform that action at this time.
0 commit comments