-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 856 Bytes
/
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
{
"name": "paydunya/paydunya",
"description": "PAYDUNYA PHP CLIENT",
"license": "MIT",
"keywords": [
"Paiement", "paiement en ligne", "Sénégal",
"Plateforme de paiement en ligne Afrique", "Paiement Sénégal",
"Passerelle de paiement en ligne", "PAYDUNYA", "paydunya", "paydunya.com",
"Marchand en ligne", "payment gateway", "payment gateway Africa",
"online payment gateway", "mobile payments", "best payment gateway",
"orange money", "client php", "api", "php client", "library"
],
"authors": [
{
"name": "PAYDUNYA",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"rmccue/requests": "^1.6"
},
"autoload": {
"psr-4": {
"Paydunya\\": "src/"
}
}
}