-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
44 lines (44 loc) · 1.08 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
{
"name": "xinix-technology/bono",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ganesha",
"email": "[email protected]",
"homepage": "http://xinix.co.id",
"role": "Developer"
},
{
"name": "Krisan Alfa",
"email": "[email protected]",
"homepage": "https://twitter.com/krisanalfa",
"role": "Developer"
},
{
"name": "Aprianto Pramana Putra",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Nur Alam",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"slim/slim": "2.6.*",
"reekoheek/util": ">=0.1.2",
"xinix-technology/norm": "*",
"filp/whoops": "1.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.22",
"phpdocumentor/phpdocumentor": "2.*"
},
"autoload": {
"psr-0": {
"Bono": "src/"
}
}
}