Skip to content

Commit

Permalink
update next major version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonas Šerlinskas committed Nov 22, 2016
1 parent 435459d commit a5310b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib

| Elasticsearch version | ElasticsearchBundle version |
| --------------------- | --------------------------- |
| >= 5.0 | ~2.x |
| >= 2.0, < 5.0 | ~1.x |
| >= 5.0 | ~5.x |
| >= 2.0, < 5.0 | >=1.0, < 5.0 |
| >= 1.0, < 2.0 | >= 0.10, < 1.0 |
| <= 0.90.x | < 0.10 |

Expand Down Expand Up @@ -63,7 +63,7 @@ For contribution to the documentation you can find it in the [contribute][6] top
Elasticsearch bundle is installed using [Composer][16].

```bash
php composer.phar require ongr/elasticsearch-bundle "~2.0"
php composer.phar require ongr/elasticsearch-bundle "~5.0"

```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "5.0-dev"
}
}
}

0 comments on commit a5310b4

Please sign in to comment.