-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
55 lines (55 loc) · 1.69 KB
/
Copy pathcomposer.json
File metadata and controls
55 lines (55 loc) · 1.69 KB
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": "dravasp/languagegatewaymagento",
"description": "German (DE) language internationalisation optimised for AWS Bitnami 2.4x",
"version": "1.0.0",
"license": ["MIT"],
"minimum-stability": "stable",
"require": {
"magento/framework": "~103.0.4",
"php": "~5.5.0|~5.6.0|7.*|^8.0",
"magento/module-sales": "~103.0.4",
"magento/module-checkout": "~100.4.4",
"magento/module-payment": "~100.4.4",
"magento/magento-composer-installer": "*"
},
"keywords": [
"actionone",
"magento commerce",
"internationalisation and localisation",
"atmanirbhar bharat india",
"language gateway",
"netbanking and upi",
"multiple touchpoints",
"language retry"
],
"authors": [
{
"name": "Nirav Joshi",
"homepage": "https://stackoverflow.com/users/3458871/nirav-joshi",
"role": "Author"
},
{
"name": "Dravasp Shroff",
"homepage": "https://stackoverflow.com/users/19271270/dravasp-shroff",
"role": "Author"
}
],
"support": {
"source": "https://github.com/dravasp/languagegatewaymagento",
"issues": "https://github.com/readme/stories",
"rss": "https://github.com/dravasp/languagegatewaymagento/releases.atom",
"docs":
"https://github.com/dravasp/languagegatewaymagento/blob/main/README.md"
},
"homepage": "https://gist.github.com/dravasp",
"suggest": {
"magento/module-checkout-agreements": "~100.4.4"
},
"type": "magento2-language",
"autoload": {
"files": ["registration.php"],
"psr-4": {
"ActionOne\\LanguageGateway\\": ""
}
}
}