Skip to content

Commit a5310b4

Browse files
author
Simonas Šerlinskas
committed
update next major version number
1 parent 435459d commit a5310b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
6363
Elasticsearch 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"minimum-stability": "dev",
3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "2.0-dev"
36+
"dev-master": "5.0-dev"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)