-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (42 loc) · 1.11 KB
/
Copy pathcomposer.json
File metadata and controls
43 lines (42 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "addons/elasticsearch",
"description": "Laravel's elasticsearch Paginator/Collection/Logger Helper.",
"homepage": "https://www.load-page.com/manuals",
"keywords": ["L5", "Laravel 5", "Laravel","elasticsearch","MonoLog", "Paginator", "Collection"],
"license": "MIT",
"support": {
"issues": "https://github.com/fly-studio/laravel-scout-elasticsearch/issues",
"source": "https://github.com/fly-studio/laravel-scout-elasticsearch"
},
"authors": [
{
"name": "Fly",
"email": "fly@load-page.com"
}
],
"require": {
"php": ">=5.6.10",
"laravel/scout": ">=3.0",
"elasticsearch/elasticsearch": ">=5.0"
},
"autoload": {
"psr-4": {
"Addons\\Elasticsearch\\": "src/"
},
"classmap": [
"src/"
],
"files": [
]
},
"extra": {
"laravel": {
"providers": [
"Addons\\Elasticsearch\\ServiceProvider"
],
"aliases": {
}
}
},
"minimum-stability": "dev"
}