-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
57 lines (57 loc) · 1.79 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
{
"name": "dravasp/openmoneypaymentgatewaymagento",
"description": "Open Financial Technologies (India) Internet Payment Gateway Module for Magento 2.4x optimised for Bitnami",
"version": "1.0.0",
"license": ["MIT"],
"minimum-stability": "stable",
"require": {
"php": "~5.5.0|~5.6.0|7.*|^8.0",
"magento/framework": "~103.0.4",
"magento/module-sales": "~103.0.4",
"magento/module-checkout": "~100.4.4",
"magento/module-payment": "~100.4.4",
"magento/magento-composer-installer": "*"
},
"keywords": [
"openmoney",
"magento commerce",
"secure payments",
"atmanirbhar bharat india",
"layer payment gateway",
"wallets and emis",
"netbanking and upi",
"multiple collection touchpoints",
"payment retry"
],
"authors": [
{
"name": "Action One",
"homepage": "https://github.com/dravasp",
"role": "Contributor"
},
{
"name": "Ajeesh Achuthan",
"homepage": "https://in.linkedin.com/company/bankwithopen",
"email": "ajeesh@bankopen.co",
"role": "Author"
}
],
"support": {
"source": "https://github.com/dravasp/openmoneypaymentgatewaymagento",
"issues": "https://github.com/bankopen/layer-magento-plugin_232/issues",
"rss": "https://github.com/dravasp/openmoneypaymentgatewaymagento/releases.atom",
"docs":
"https://github.com/dravasp/openmoneypaymentgatewaymagento/blob/main/README.md"
},
"homepage": "https://open.money",
"suggest": {
"magento/module-checkout-agreements": "~100.4.4"
},
"type": "magento2-module",
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Open\\Layerpg\\": ""
}
}
}