-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
74 lines (74 loc) · 1.33 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "ako/pay",
"homepage": "https://github.com/akoSalman/pay",
"description": "Connect to Iran payment gateways through PHP(laravel).",
"keywords": [
"laravel",
"iran",
"payment",
"gateway",
"port",
"bank",
"pay",
"mellat",
"saman",
"pasargad",
"parsian",
"sadad",
"meli",
"payline",
"jahanpay",
"zarinpal",
"iranian-banks",
"persian-banks",
"pardakht",
"dargah",
"shaparak",
"poolport",
"ipay",
"asan-pardakht",
"pay-ir",
"paypal",
"next-pay"
],
"license": "MIT",
"authors": [
{
"name": "Hamed Pakdaman",
"email": "[email protected]"
},
{
"name": "MohammadReza Honarkhah",
"email": "[email protected]"
},
{
"name": "Amir Khorsandi",
"email": "[email protected]"
},
{
"name": "Ako Salman",
"email": "[email protected]"
}
],
"require": {
"nesbot/carbon": "~1.20",
"paypal/rest-api-sdk-php": "*"
},
"autoload": {
"psr-4": {
"Ako\\Gateway\\": "src/",
"Ako\\Gateway\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"Ako\\Gateway\\GatewayServiceProvider"
],
"aliases": {
"Gateway": "Ako\\Gateway\\Gateway"
}
}
}
}