We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88605bc commit fef6acbCopy full SHA for fef6acb
composer.json
@@ -21,10 +21,11 @@
21
"doctrine/cache": "~1.4",
22
"doctrine/collections": "~1.4",
23
"monolog/monolog": "~1.10",
24
- "ongr/elasticsearch-dsl": "~5.0"
+ "ongr/elasticsearch-dsl": "~5.0|~6.0"
25
},
26
"require-dev": {
27
- "mikey179/vfsStream": "~1.4",
+ "elasticsearch/elasticsearch": "~5.0|~6.0",
28
+ "mikey179/vfsstream": "~1.4",
29
"phpunit/phpunit": "~5.6",
30
"squizlabs/php_codesniffer": "~2.0",
31
"satooshi/php-coveralls": "~1.0",
@@ -45,7 +46,7 @@
45
46
"minimum-stability": "dev",
47
"extra": {
48
"branch-alias": {
- "dev-master": "5.1-dev"
49
+ "dev-master": "5.2-dev"
50
}
51
52
0 commit comments