Skip to content

Commit 65b1785

Browse files
authored
Fix installation on new versions of Laravel 6.0
1 parent 5c493d6 commit 65b1785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elasticquent/elasticquent",
33
"type": "library",
4-
"description": "Maps Laravel Eloquent models to Elasticsearch types.",
4+
"description": "Maps Laravel Eloquent models to Elasticsearch types. (Laravel 6)",
55
"keywords": [
66
"elasticsearch",
77
"eloquent",
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"php": ">=5.4.0",
21-
"illuminate/database": "~4.2|^5",
22-
"illuminate/config": "~4.2|^5",
21+
"illuminate/database": "~4.2|^5|^6",
22+
"illuminate/config": "~4.2|^5|^6",
2323
"nesbot/carbon": "~1.0|~2",
2424
"elasticsearch/elasticsearch": "~6.1"
2525
},

0 commit comments

Comments
 (0)