-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 831 Bytes
/
composer.json
File metadata and controls
33 lines (32 loc) · 831 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
{
"name": "chencha/pesapal",
"description": "Pesapal Payments Integration",
"keywords": ["pesapal", "payments"],
"author":"Chencha Jacob",
"minimum-stability":"alpha",
"license": "MIT",
"version":"0.1.1",
"require": {
"heybigname/event-dispatcher": "~1.1",
"phpspec/phpspec": "~2.0",
"beberlei/lite-cqrs": "~1.1",
"beberlei/assert": "~2.1",
"mnapoli/php-di": "~4.4",
"guzzle/guzzle": "~3.9"
},
"require-dev":{
"fzaninotto/faker": "~1.4",
"behat/behat":"~3",
"behat/mink": "1.6.*",
"behat/mink-extension": "dev-master",
"behat/mink-goutte-driver": "*"
},
"autoload":{
"psr-4":{
"Pesapal\\":"src/Pesapal"
},
"files":[
"Oauth.php"
]
}
}