-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.32 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
45
46
47
48
49
50
51
52
53
54
{
"name": "icecave/woodhouse",
"description": "Command line tools for automated publication to GitHub Pages.",
"keywords": [
"publish",
"github",
"pages",
"phpunit",
"code",
"coverage",
"xdebug"
],
"homepage": "https://github.com/IcecaveStudios/woodhouse",
"license": "MIT",
"authors": [
{
"name": "James Harris",
"email": "[email protected]",
"homepage": "https://github.com/jmalloc"
}
],
"require": {
"php": ">=5.3",
"eloquent/asplode": "^2",
"eloquent/enumeration": "^5",
"ezzatron/ci-status-images": "^3",
"icecave/duct": "^2",
"icecave/isolator": "^3",
"kriswallsmith/buzz": "^0.15",
"symfony/console": "^2",
"symfony/filesystem": "^2",
"symfony/process": "^2"
},
"require-dev": {
"eloquent/liberator": "^2",
"icecave/archer": "dev-develop",
"phake/phake": "^2",
"phpunit/phpunit": "^4",
"symfony/event-dispatcher": "^2"
},
"autoload": {
"psr-4": {
"Icecave\\Woodhouse\\": "src"
}
},
"bin": [
"bin/woodhouse"
],
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
}
}
}