-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.31 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
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
{
"name": "morpheusadam/anypay",
"description": "Anypay is a comprehensive PHP,LARAVEL library for handling multiple payment gateway integrations seamlessly.",
"keywords": [
"payment gateway",
"PHP payment integration",
"multi-gateway support",
"payment processing library",
"Iran payment gateway",
"Iranian payment solutions",
"Iran online payments",
"Iran payment systems",
"Iranian banks integration",
"Iran bank payment API",
"Iran financial services",
"Iranian local payment gateway",
"Iranian bank transactions"
],
"type": "library",
"license": "MIT",
"authors": [
{
"email": "samgeeks7@gmail.com",
"issues": "https://github.com/morpheusadam/anypay/issues",
"source": "https://github.com/morpheusadam/anypay"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Morpheusadam\\Anypay\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"require": {
"php": ">=7.2",
"chillerlan/php-cache": "^4.1|^5.0",
"guzzlehttp/guzzle": ">=6.2",
"nesbot/carbon": "^1.39|^2.0|^3.0",
"ramsey/uuid": "^3.7|^3.8|^3.9|^4.0"
},
"extra": {
"laravel": {
"providers": [
"Morpheusadam\\Anypay\\AnypayServiceProvider"
]
}
}
}