forked from consolidation/robo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 763 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 763 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
{
"name": "codegyre/robo",
"description": "Modern task runner",
"license": "MIT",
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"autoload":{
"psr-4":{
"Robo\\":"src"
}
},
"bin":["robo"],
"require": {
"php": ">=5.4.0",
"symfony/finder": "~2.5",
"symfony/console": "~2.5",
"symfony/process": "~2.5",
"symfony/filesystem": "~2.5",
"henrikbjorn/lurker": "1.0.*@dev"
},
"require-dev": {
"patchwork/jsqueeze": "~1.0",
"natxet/CssMin": "~3.0",
"codeception/base": "~2.1",
"codeception/verify": "0.2.*",
"codeception/aspect-mock": "0.5.*"
}
}