Skip to content

Commit

Permalink
Allow using Elasticsearch-php 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timgws committed Jan 11, 2016
1 parent 657b7eb commit 2d45d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "elasticquent/elasticquent",
"type": "library",
"description": "Map Laravel Eloquent models to Elasticsearch types.",
"description": "Maps Laravel Eloquent models to Elasticsearch types.",
"keywords": [
"elasticsearch",
"eloquent",
Expand All @@ -21,7 +21,7 @@
"illuminate/support": "~4.2|~5.0",
"illuminate/database": "~4.2|~5.0",
"nesbot/carbon": "~1.0",
"elasticsearch/elasticsearch": "~1.0"
"elasticsearch/elasticsearch": ">1.0 <2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand Down

0 comments on commit 2d45d60

Please sign in to comment.