We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657b7eb commit 2d45d60Copy full SHA for 2d45d60
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "elasticquent/elasticquent",
3
"type": "library",
4
- "description": "Map Laravel Eloquent models to Elasticsearch types.",
+ "description": "Maps Laravel Eloquent models to Elasticsearch types.",
5
"keywords": [
6
"elasticsearch",
7
"eloquent",
@@ -21,7 +21,7 @@
21
"illuminate/support": "~4.2|~5.0",
22
"illuminate/database": "~4.2|~5.0",
23
"nesbot/carbon": "~1.0",
24
- "elasticsearch/elasticsearch": "~1.0"
+ "elasticsearch/elasticsearch": ">1.0 <2.1"
25
},
26
"require-dev": {
27
"phpunit/phpunit": "~4.0"
0 commit comments