-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
59 lines (59 loc) · 1.41 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
{
"name": "katorymnd/pawa-pay-integration",
"description": "A PHP SDK for seamless integration with the pawaPay API, supporting payment processing and transaction management.",
"type": "library",
"version": "3.2.0",
"keywords": [
"pawaPay",
"payment",
"API",
"payment gateway",
"PHP SDK",
"transaction",
"refund",
"payout",
"mobile money",
"payment processing",
"integration",
"deposit"
],
"homepage": "https://katorymnd.com/pawapay-payment-sdk",
"require": {
"php": ">=8.0.0",
"guzzlehttp/guzzle": "^7.9",
"monolog/monolog": "^3.7",
"symfony/validator": "^7.1",
"jms/serializer": "^3.30",
"phpunit/phpunit": "^11.3",
"filp/whoops": "^2.15",
"vlucas/phpdotenv": "^5.6",
"league/iso3166": "^4.3",
"symfony/intl": "^7.1"
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"friendsofphp/php-cs-fixer": "^3.64"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Katorymnd\\PawaPayIntegration\\": "src/"
},
"classmap": [
"src/"
]
},
"authors": [
{
"name": "Kato Raymond",
"email": "katorymnd@gmail.com",
"homepage": "https://katorymnd.com",
"role": "Lead Developer"
}
],
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/katorymnd/pawa-pay-integration/issues",
"source": "https://github.com/katorymnd/pawa-pay-integration"
}
}