Newer
Older
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
{
"name": "iqdev/search-es",
"description": "Search by elasticsearch",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Pavel Piligrimov",
"email": "p.piligrimov@iqdev.digital"
}
],
"version": "0.0.1",
"type": "library",
"keywords": [
"search",
"elasticsearch",
"php"
],
"require": {
"php": ">=7.4",
"ramsey/collection": "^1.2",
"iqdev/search-dc": "dev-main",
"elasticsearch/elasticsearch": "^8.5",
"vlucas/phpdotenv": "^5.4.1"
},
"autoload": {
"psr-4": {
"IQDEV\\ElasticSearch\\": "src/ElasticSearch/"
}
},
"repositories": [
{
"type": "vcs",
"url": "ssh://git@gitlab.iqdev.digital:8422/piligrimov/search-dc.git"
}
]
}