Skip to content

Commit fef6acb

Browse files
author
Simonas Šerlinskas
committed
allow to use elasticsearch 5 or 6
1 parent 88605bc commit fef6acb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"doctrine/cache": "~1.4",
2222
"doctrine/collections": "~1.4",
2323
"monolog/monolog": "~1.10",
24-
"ongr/elasticsearch-dsl": "~5.0"
24+
"ongr/elasticsearch-dsl": "~5.0|~6.0"
2525
},
2626
"require-dev": {
27-
"mikey179/vfsStream": "~1.4",
27+
"elasticsearch/elasticsearch": "~5.0|~6.0",
28+
"mikey179/vfsstream": "~1.4",
2829
"phpunit/phpunit": "~5.6",
2930
"squizlabs/php_codesniffer": "~2.0",
3031
"satooshi/php-coveralls": "~1.0",
@@ -45,7 +46,7 @@
4546
"minimum-stability": "dev",
4647
"extra": {
4748
"branch-alias": {
48-
"dev-master": "5.1-dev"
49+
"dev-master": "5.2-dev"
4950
}
5051
}
5152
}

0 commit comments

Comments
 (0)