forked from bhavinjr/eazypay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (32 loc) · 854 Bytes
/
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
{
"name": "bhavinjr/eazypay",
"description": "This is icici eazypay payment gateway api",
"keywords": [
"laravel", "laravel 5", "icici", "icici payment", "eazypay", "laravel eazypay", "eazypay payment", "eazypay payment api","eazypay payment integration","eazypay payment laravel"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Bhavin Rudani",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"ext-mcrypt": "*"
},
"autoload": {
"psr-4": {
"Bhavinjr\\Eazypay\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Bhavinjr\\Eazypay\\Providers\\EazypayServiceProvider"
]
}
}
}