-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (34 loc) · 803 Bytes
/
composer.json
File metadata and controls
35 lines (34 loc) · 803 Bytes
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
{
"name": "sparkplug\/momoapi-php",
"description": "MTN momo bindings to PHP",
"type": "library",
"keywords": [
"mtn momo",
"payment processing",
"api"
],
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"adhocore\/cli": "^0.3.3"
},
"require-dev": {
"phpunit\/phpunit": "~4.0",
"php-coveralls\/php-coveralls": "1.1.*",
"squizlabs/php_codesniffer": "~2.0",
"symfony\/process": "~2.8"
},
"license": "MIT",
"authors": [
{
"name": "Moses Mugisha",
"email": "mossplix@gmail.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": { "MomoApi\\" : "lib/" }
}
}