Skip to content

Commit

Permalink
fix wrong elasticsearch bundle version in the composer require (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
saimaz authored May 4, 2017
1 parent f94d71e commit b823dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.6",
"symfony/symfony": "~2.8|~3.0",
"symfony-cmf/routing": "^1.4.0",
"ongr/elasticsearch-bundle": "5.0.x-dev"
"ongr/elasticsearch-bundle": "^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "~5.5",
Expand Down

0 comments on commit b823dc4

Please sign in to comment.