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 e3ebcb8 commit 396d5a1Copy full SHA for 396d5a1
.gitignore
@@ -1 +1,2 @@
1
vendor/
2
+composer.lock
composer.json
@@ -9,6 +9,7 @@
9
],
10
"license": "MIT",
11
"require": {
12
+ "elasticsearch/elasticsearch": ">=1.0 <3.0",
13
"psr/log": "^1.0"
14
},
15
"autoload": {
@@ -21,7 +22,6 @@
21
22
23
"require-dev": {
24
"phpunit/phpunit": "4.8.23",
- "zumba/elasticsearchunit": "^1.3",
25
- "elasticsearch/elasticsearch": "^2.1"
+ "zumba/elasticsearchunit": "^1.3"
26
}
27
0 commit comments