forked from Smile-SA/elasticsuite-for-retailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.83 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "smile/elasticsuite-for-retailer",
"type": "metapackage",
"license": "OSL-3.0",
"authors": [
{
"name": "Aurélien FOUCRET",
"email": "[email protected]"
},
{
"name": "Romain RUAUD",
"email": "[email protected]"
}
],
"description": "Smile ElasticSuite for Retailers - Magento2 toolkit for Retailers : Store Locator, Availability and Prices per store, etc...",
"homepage": "https://github.com/Smile-SA/elasticsuite-retailers",
"keywords": [
"magento",
"magento2",
"elasticsearch",
"search",
"merchandising",
"retailer",
"store locator"
],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"smile/elasticsuite": "^2.10.4",
"magento/magento-composer-installer": "*",
"smile/module-offer": "~1.4.0",
"smile/module-seller": "~1.2.0",
"smile/module-retailer": "~1.2.0",
"smile/module-store-locator": "~2.0.0",
"smile/module-retailer-offer": "~1.8.0",
"smile/module-store-delivery": "~1.1.0"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "1.0.0"
},
"suggest": {
"smile/module-retailer-offer-inventory": "Add inventory management by offers",
"smile/module-retailer-elasticsuite-search": "Index retailers into the search engine and display them into autocomplete and search result.",
"smile/module-retailer-service": "Add the ability to add services per retailer",
"smile/module-retailer-promotion": "Add the ability to add promotion per retailer",
"smile/module-retailer-admin": "Add the ability to manage ACL in admin panel per retailer"
}
}