forked from VisualPHPUnit/VisualPHPUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
58 lines (58 loc) · 1.45 KB
/
Copy pathcomposer.json
File metadata and controls
58 lines (58 loc) · 1.45 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name" : "visualphpunit/visualphpunit",
"description" : "A PHPUnit GUI",
"type" : "application",
"authors" : [{
"name" : "Johannes Skov Frandsen",
"email" : "localgod@heaven.dk",
"homepage" : "https://github.com/localgod",
"role" : "Lead"
}, {
"name" : "Nick Sinopoli",
"homepage" : "https://github.com/NSinopoli",
"role" : "Contributor"
}, {
"name" : "Nick West",
"homepage" : "https://github.com/nickwest",
"role" : "Contributor"
}, {
"name" : "Johan Sigfred Abildskov",
"homepage" : "https://github.com/RandomSort",
"role" : "Contributor"
}, {
"name" : "Matthew Mueller",
"homepage" : "https://github.com/matthewmueller",
"role" : "Contributor"
}, {
"name" : "tohann",
"homepage" : "https://github.com/tohann",
"role" : "Contributor"
}, {
"name" : "MaSi",
"homepage" : "https://github.com/ma-si",
"role" : "Contributor"
}, {
"name" : "whackashoe",
"homepage" : "https://github.com/whackashoe",
"role" : "Contributor"
}
],
"keywords" : [
"phpunit"
],
"homepage" : "https://github.com/VisualPHPUnit/VisualPHPUnit",
"license" : "BSD-3-Clause-Clear",
"require" : {
"php" : ">=5.3.3",
"phpunit/phpunit" : "4.6.9@stable"
},
"minimum-stability" : "stable",
"support" : {
"source" : "https://github.com/VisualPHPUnit/VisualPHPUnit",
"issues" : "https://github.com/VisualPHPUnit/VisualPHPUnit/issues"
},
"config" : {
"bin-dir" : "bin/",
"vendor-dir" : "vendor/"
}
}