-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 807 Bytes
/
Copy pathcomposer.json
File metadata and controls
22 lines (22 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "arge-arsene/mtn_momo_payment_gateway",
"description": "The mtn_momo_payment_gateway is a robust integration solution designed for developers and businesses looking to incorporate MTN Mobile Money (MoMo) payment services into their applications. This gateway facilitates seamless transactions, allowing users to make payments directly through the MTN MoMo platform",
"type": "project",
"require": {
"guzzlehttp/guzzle": "8.0.x-dev",
"ramsey/uuid": "5.x-dev",
"vlucas/phpdotenv": "5.6.x-dev"
},
"autoload": {
"psr-4": {
"MtnMomoPaymentGateway\\": "./src"
}
},
"authors": [
{
"name": "Ange Arsene",
"email": "nkenmandenga@gmail.com"
}
],
"minimum-stability": "dev"
}