-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
31 lines (31 loc) · 1.02 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
{
"name": "kohana/koharness",
"description": "Creates test harnesses for kohana modules by bootstrapping a temporary kohana application with dependencies",
"homepage": "http://kohanaframework.org",
"license": "BSD-3-Clause",
"bin": ["koharness"],
"keywords": ["kohana", "tests"],
"authors": [
{
"name": "Kohana Team",
"email": "[email protected]",
"homepage": "http://kohanaframework.org/team",
"role": "maintainer"
},
{
"name": "Andrew Coulton",
"homepage": "https://github.com/acoulton",
"role": "developer"
}
],
"support": {
"issues": "http://dev.kohanaframework.org",
"irc": "irc://irc.freenode.net/kohana",
"source": "https://github.com/kohana/koharness"
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.3.3"
},
"minimum-stability": "dev"
}