-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.5 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
{
"name": "dravasp/cashfreepaymentgatewaymagento",
"description": "Cashfree Internet Payment Gateway Module for Magento 2.4x optimised for Bitnami",
"version": "1.0.0",
"minimum-stability": "stable",
"license": ["MIT"],
"require": {
"magento/framework": "~103.0.4",
"php": "~5.5.0|~5.6.0|7.*|^8.0"
},
"keywords": [
"cashfree",
"magento commerce",
"secure payments",
"atmanirbhar bharat india",
"payment gateway",
"wallets and emis",
"netbanking and upi",
"validation api",
"verification suite"
],
"authors": [
{
"name": "Action One",
"homepage": "https://bit.ly/3Ryit55",
"role": "Contributor"
},
{
"name": "Team Cashfree",
"homepage": "https://cashfree.com",
"role": "Author"
}
],
"support": {
"source": "https://github.com/dravasp/cashfreepaymentgatewaymagento",
"issues": "https://github.com/cashfree/cashfree-magento",
"rss": "https://github.com/dravasp/cashfreepaymentgatewaymagento/releases.atom",
"docs":
"https://github.com/dravasp/cashfreepaymentgatewaymagento/blob/main/README.md"
},
"homepage": "https://www.cashfree.com/",
"suggest": {
"magento/module-checkout-agreements": "100.*"
},
"type": "magento2-module",
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Cashfree\\Cfcheckout\\": ""
}
}
}