-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
72 lines (72 loc) · 1.95 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "opengento/module-snowflake",
"description": "Let It ❄️ ! Let It ❄️ ! Let It ❄️ !",
"keywords": [
"php",
"magento",
"magento2",
"module",
"extension",
"free",
"fun",
"snowflakes",
"winter",
"meteo",
"openweathermap"
],
"require": {
"php": "^7.4||^8.0",
"ext-json": "*",
"magento/framework": "^103.0",
"magento/module-config": "*",
"magento/module-store": "*",
"cmfcmf/openweathermap-php-api": "^3.3",
"http-interop/http-factory-guzzle": "^1.0",
"php-http/guzzle6-adapter": "^2.0"
},
"require-dev": {
"magento/magento-coding-standard": "^5",
"magento/marketplace-eqp": "^4.0",
"roave/security-advisories": "dev-master"
},
"type": "magento2-module",
"license": [
"MIT"
],
"homepage": "https://github.com/opengento/magento2-snowflake",
"authors": [
{
"name": "Opengento Team",
"email": "[email protected]",
"homepage": "https://opengento.fr/",
"role": "lead"
},
{
"name": "Mehdi Chaouch",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/mehdichaouch/",
"role": "maintainer"
},
{
"name": "Xavier Guenel",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/%F0%9F%8E%A9-xavier-guenel-255174198/",
"role": "maintainer"
}
],
"support": {
"source": "https://github.com/opengento/magento2-snowflake",
"issues": "https://github.com/opengento/magento2-snowflake/issues"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Opengento\\Snowflake\\": ""
}
},
"archive": {
"exclude": ["/doc"]
}
}