Skip to content

Commit 34956b0

Browse files
committed
Update composer.json
1 parent 05ee128 commit 34956b0

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

composer.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
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": "^8.0",
23-
"illuminate/container": "^8.0",
24-
"illuminate/database": "^8.0",
25-
"illuminate/events": "^8.0",
26-
"elasticsearch/elasticsearch": "8.10"
27-
},
28-
"require-dev": {},
29-
"autoload": {
30-
"psr-4": {
31-
"PDPhilip\\Elasticsearch\\": "src/"
32-
}
33-
},
34-
"extra": {
35-
"laravel": {
36-
"providers": [
37-
"PDPhilip\\Elasticsearch\\ElasticServiceProvider"
38-
]
39-
}
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"
4018
}
19+
],
20+
"license": "MIT",
21+
"require": {
22+
"illuminate/support": "^8.0",
23+
"illuminate/container": "^8.0",
24+
"illuminate/database": "^8.0",
25+
"illuminate/events": "^8.0",
26+
"elasticsearch/elasticsearch": "8.10"
27+
},
28+
"require-dev": {},
29+
"autoload": {
30+
"psr-4": {
31+
"PDPhilip\\Elasticsearch\\": "src/"
32+
}
33+
},
34+
"extra": {
35+
"laravel": {
36+
"providers": [
37+
"PDPhilip\\Elasticsearch\\ElasticServiceProvider"
38+
]
39+
}
40+
}
4141
}

0 commit comments

Comments
 (0)