forked from Smile-SA/elasticsuite-for-retailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.25 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
{
"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.3.3",
"magento/magento-composer-installer": "*",
"smile/module-offer": "^1.2.0",
"smile/module-seller": "^1.2.0",
"smile/module-retailer": "^1.2.0",
"smile/module-store-locator": "^1.2.0",
"smile/module-retailer-offer": "^1.2.0"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "1.0.0"
}
}