-
Notifications
You must be signed in to change notification settings - Fork 57
/
composer.json
49 lines (49 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
45
46
47
48
49
{
"name": "smile/module-store-locator",
"type": "magento2-module",
"description": "Smile Store Locator",
"keywords": ["magento2", "map", "geocoding", "geolocalisation", "retail"],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"php": "~8.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-contact": "*",
"smile/module-map": "~1.1.0 || ~2.0",
"smile/module-retailer": "~1.2.0",
"willdurand/geocoder": "^3.3 || ^4.4"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "1.0.0"
},
"license": "OSL-3.0",
"authors": [
{
"name": "Aurélien FOUCRET",
"email": "aurelien.foucret@smile.fr"
},
{
"name": "Romain Ruaud",
"email": "romain.ruaud@smile.fr"
},
{
"name": "Guillaume Vrac",
"email": "guillaume.vrac@smile.fr"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Smile\\StoreLocator\\" : ""
}
},
"minimum-stability": "dev",
"prefer-stable": true
}