Skip to content

Commit aabf651

Browse files
committed
composer update
1 parent eeaaf37 commit aabf651

File tree

1 file changed

+39
-40
lines changed

1 file changed

+39
-40
lines changed

composer.json

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
{
2-
"name": "pdphilip/elasticsearch",
3-
"description": "An Elasticsearch implementation of Laravel's Eloquent ORM",
4-
"keywords": [
5-
"laravel",
6-
"eloquent",
7-
"elasticsearch",
8-
"elastic",
9-
"database",
10-
"model"
11-
],
12-
"homepage": "https://github.com/pdphilip/laravel-elasticsearch",
13-
"authors": [
14-
{
15-
"name": "David Philip",
16-
"email": "[email protected]",
17-
"homepage": "https://github.com/pdphilip"
18-
}
19-
],
20-
"license": "MIT",
21-
"require": {
22-
"illuminate/support": "^7.0",
23-
"illuminate/container": "^7.0",
24-
"illuminate/database": "^7.0",
25-
"illuminate/events": "^7.0",
26-
"elasticsearch/elasticsearch": "^7.16",
27-
"ongr/elasticsearch-dsl": "^7.2"
28-
},
29-
"require-dev": {
30-
},
31-
"autoload": {
32-
"psr-4": {
33-
"PDPhilip\\Elasticsearch\\": "src/"
34-
}
35-
},
36-
"extra": {
37-
"laravel": {
38-
"providers": [
39-
"PDPhilip\\Elasticsearch\\ElasticServiceProvider"
40-
]
41-
}
2+
"name": "pdphilip/elasticsearch",
3+
"description": "An Elasticsearch implementation of Laravel's Eloquent ORM",
4+
"keywords": [
5+
"laravel",
6+
"eloquent",
7+
"elasticsearch",
8+
"elastic",
9+
"database",
10+
"model"
11+
],
12+
"homepage": "https://github.com/pdphilip/laravel-elasticsearch",
13+
"authors": [
14+
{
15+
"name": "David Philip",
16+
"email": "[email protected]",
17+
"homepage": "https://github.com/pdphilip"
4218
}
19+
],
20+
"license": "MIT",
21+
"require": {
22+
"illuminate/support": "^7.0",
23+
"illuminate/container": "^7.0",
24+
"illuminate/database": "^7.0",
25+
"illuminate/events": "^7.0",
26+
"elasticsearch/elasticsearch": "8.7"
27+
},
28+
"require-dev": {
29+
},
30+
"autoload": {
31+
"psr-4": {
32+
"PDPhilip\\Elasticsearch\\": "src/"
33+
}
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"PDPhilip\\Elasticsearch\\ElasticServiceProvider"
39+
]
40+
}
41+
}
4342
}

0 commit comments

Comments
 (0)