forked from wa0x6e/Fresque
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 946 Bytes
/
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
{
"name": "fresque/fresque",
"description" : "A command line tool to manage your php-resque workers",
"keywords": ["php-resque", "resque", "cli", "redis"],
"homepage": "http://kamisama.github.com/Fresque/",
"authors": [
{
"name": "Wan Chen",
"email": "kami@kamisama.me",
"homepage": "http://www.kamisama.me"
}
],
"license": "MIT",
"require": {
"php": ">=5.3.0",
"zetacomponents/console-tools" : ">=1.6",
"zetacomponents/base" : ">=1.8",
"kamisama/resque-status": ">=0.0.1",
"kamisama/php-resque-ex": "~1.2.5"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"mikey179/vfsStream": ">=1.2.0"
},
"suggest": {
"chrisboulton/php-resque" : "PHP port of resque (Workers and Queueing)"
},
"support": {
"email": "kami@kamisama.me",
"issues": "https://github.com/kamisama/Fresque/issues",
"source": "https://github.com/kamisama/Fresque"
},
"bin": ["fresque"]
}