-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
56 lines (56 loc) · 1.54 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
{
"name": "rahmatwaisi/zarinpal",
"description": "Zarinpal is a laravel package to easily use zarinpal.com payment services in your applications",
"type": "library",
"keywords": [
"zarinpal",
"gateway",
"زرینپال",
"زرین پال",
"درگاه پرداخت زرینپال",
"درگاه پرداخت زرین پال",
"zarinpal-laravel",
"laravel",
"لاراول",
"درگاه پرداخت زرین پال لاراول",
"درگاه پرداخت زرینپال لاراول",
"زرینپال لاراول",
"لاراول زرینپال",
"pay",
"payment",
"bank",
"zarinpal.com"
],
"require": {
"php": "^7.2.5|^8.0",
"guzzlehttp/guzzle": "^7"
},
"license": "MIT",
"authors": [
{
"name": "Rahmat Waisi",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"RahmatWaisi\\Zarinpal\\": "src/"
}
},
"support": {
"issues": "https://github.com/rahmatwaisi/zarinpal/issues",
"source": "https://github.com/rahmatwaisi/zarinpal"
},
"extra": {
"laravel": {
"providers": [
"RahmatWaisi\\Zarinpal\\Providers\\ZarinpalServiceProvider"
],
"aliases": {
"Zarinpal": "RahmatWaisi\\Zarinpal\\Facade\\Zarinpal"
}
}
},
"minimum-stability": "dev",
"prefer-stable" : true
}