-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·58 lines (57 loc) · 1.46 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
58
{
"name": "razorpay/magento",
"description": "Razorpay Magento 2.0 plugin for accepting payments.",
"version": "1.0.8",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"php": "~5.5.0|~5.6.0|^7.0",
"razorpay/razorpay": "2.*",
"magento/module-catalog": "*",
"magento/framework": "*"
},
"replace": {
},
"require-dev": {
"phpunit/phpunit": "~6.5.0"
},
"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\\": ""
}
}
}