Skip to content

Commit 396d5a1

Browse files
committed
Require elasticsearch client as normal usage.
1 parent e3ebcb8 commit 396d5a1

File tree

3 files changed

+3
-1266
lines changed

3 files changed

+3
-1266
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
composer.lock

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12+
"elasticsearch/elasticsearch": ">=1.0 <3.0",
1213
"psr/log": "^1.0"
1314
},
1415
"autoload": {
@@ -21,7 +22,6 @@
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": "4.8.23",
24-
"zumba/elasticsearchunit": "^1.3",
25-
"elasticsearch/elasticsearch": "^2.1"
25+
"zumba/elasticsearchunit": "^1.3"
2626
}
2727
}

0 commit comments

Comments
 (0)