-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
51 lines (51 loc) · 1.55 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
{
"name": "dravasp/ccavenuepaymentgatewaymagentoseamless",
"description": "CCAvenue Internet Payment Gateway Module for Magento 2.4x optimised for aws Bitnami",
"version": "1.0.0",
"minimum-stability": "stable",
"require": {
"php": "~7.0.0|^8.2",
"magento/framework": "100.0.*",
"magento/module-sales": "100.0.*",
"magento/module-checkout": "100.0.*",
"magento/module-payment": "100.0.*"
},
"keywords": [
"ccavenue",
"magento commerce",
"secure payments",
"atmanirbhar bharat india",
"rupay payment gateway",
"wallets and emis",
"netbanking and upi",
"uae uk usa india ksa"
],
"authors": [
{
"name": "Sentinnel One",
"homepage": "https://dashboard.ccavenue.com/web/genregistration.do?command=navigateGenericRegistration&reseller=CCAV",
"role": "Contributor"
}
],
"support": {
"source": "https://github.com/dravasp/ccavenuepaymentgatewaymagentoseamless",
"issues": "https://github.com/dravasp/ccavenuepaymentgatewaymagentoseamless",
"docs":
"https://github.com/dravasp/ccavenuepaymentgatewaymagentoseamless/blob/main/README.md"
},
"homepage": "https://www.ccavenue.com/",
"suggest": {
"magento/module-checkout-agreements": "100.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Magento\\Ccavenuepay\\": ""
}
}
}