Skip to content

Commit 2d45d60

Browse files
committed
Allow using Elasticsearch-php 2.0
1 parent 657b7eb commit 2d45d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elasticquent/elasticquent",
33
"type": "library",
4-
"description": "Map Laravel Eloquent models to Elasticsearch types.",
4+
"description": "Maps Laravel Eloquent models to Elasticsearch types.",
55
"keywords": [
66
"elasticsearch",
77
"eloquent",
@@ -21,7 +21,7 @@
2121
"illuminate/support": "~4.2|~5.0",
2222
"illuminate/database": "~4.2|~5.0",
2323
"nesbot/carbon": "~1.0",
24-
"elasticsearch/elasticsearch": "~1.0"
24+
"elasticsearch/elasticsearch": ">1.0 <2.1"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "~4.0"

0 commit comments

Comments
 (0)