-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
36 lines (36 loc) · 990 Bytes
/
composer.json
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
{
"name": "fancyecommerce/fecshop_elasticsearch",
"description": "fecshop elasticsearch extension for category, product, search page ",
"keywords": [
"yii2",
"fecshop",
"elasticsearch"
],
"homepage": "https://github.com/fecshop/yii2_fecshop_elasticsearch",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/fecshop/yii2_fecshop_elasticsearch"
},
"authors": [
{
"name": "terry",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2-elasticsearch": "~2.0.0"
},
"autoload": {
"psr-4": {
"fecshop\\elasticsearch\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}