forked from larabook/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (31 loc) · 1.02 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
{
"name": "larabook/gateway",
"homepage": "https://github.com/larabook/gateway",
"description": "A Laravel package for connecting to all Iraninan payment gateways",
"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"],
"license": "MIT",
"authors": [
{
"name": "Hamed Pakdaman",
"email": "[email protected]"
},
{
"name": "MohammadReza Honarkhah",
"email": "[email protected]"
},
{
"name": "Amir Khorsandi",
"email": "[email protected]"
}
],
"require": {
"nesbot/carbon": "~1.20"
},
"autoload": {
"psr-4": {
"Larabookir\\Gateway\\": "src/",
"Larabookir\\Gateway\\Tests\\": "tests/"
}
},
"minimum-stability": "dev"
}