-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
55 lines (55 loc) · 1.91 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
53
54
55
{
"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": {
"php": "^8.1",
"magento/framework": ">=103.0.4",
"magento/magento-composer-installer": "*",
"smile/elasticsuite": "^2.11",
"smile/module-map": "^2.1",
"smile/module-offer": "^2.0",
"smile/module-retailer": "^2.0",
"smile/module-retailer-offer": "^2.0",
"smile/module-seller": "^2.0",
"smile/module-store-delivery": "^2.0",
"smile/module-store-locator": "^2.2"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "^3.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"
}
}