-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathcomposer.json
44 lines (44 loc) · 1.16 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
{
"name": "razorpay/magento",
"description": "Razorpay Magento 2.0 plugin for accepting payments.",
"version": "4.1.8",
"require": {
"php": "7.*|^8.1",
"razorpay/razorpay": "2.*"
},
"keywords": [
"razorpay",
"magento",
"payments",
"india",
"payment gateway",
"wallets",
"netbanking"
],
"authors": [
{
"name": "Team Razorpay",
"homepage": "https://razorpay.com/about/",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/razorpay/razorpay-magento",
"issues": "https://razorpay.com/support/",
"rss": "https://github.com/razorpay/razorpay-magento/releases.atom",
"docs":
"https://docs.razorpay.com/v1/page/integrating-your-magento-store-with-razorpay"
},
"homepage": "https://razorpay.com",
"suggest": {
"magento/module-checkout-agreements": "100.0.*"
},
"type": "magento2-module",
"license": ["MIT"],
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Razorpay\\Magento\\": ""
}
}
}