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 5c493d6 commit 65b1785Copy full SHA for 65b1785
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "elasticquent/elasticquent",
3
"type": "library",
4
- "description": "Maps Laravel Eloquent models to Elasticsearch types.",
+ "description": "Maps Laravel Eloquent models to Elasticsearch types. (Laravel 6)",
5
"keywords": [
6
"elasticsearch",
7
"eloquent",
@@ -18,8 +18,8 @@
18
],
19
"require": {
20
"php": ">=5.4.0",
21
- "illuminate/database": "~4.2|^5",
22
- "illuminate/config": "~4.2|^5",
+ "illuminate/database": "~4.2|^5|^6",
+ "illuminate/config": "~4.2|^5|^6",
23
"nesbot/carbon": "~1.0|~2",
24
"elasticsearch/elasticsearch": "~6.1"
25
},
0 commit comments