forked from wa0x6e/Fresque
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
46 lines (46 loc) · 1.44 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
{
"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": "[email protected]",
"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": "dev-version-1.3.0-with-monolog-2",
"kamisama/php-resque-ex-scheduler": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"php-coveralls/php-coveralls": "1.x||2.x",
"mikey179/vfsstream": ">=1.2.0"
},
"suggest": {
"chrisboulton/php-resque" : "PHP port of resque (Workers and Queueing)"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/varsitynewsnetwork/php-resque-ex.git"
},
{
"type": "vcs",
"url": "https://github.com/varsitynewsnetwork/php-resque-ex-scheduler.git"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/kamisama/Fresque/issues",
"source": "https://github.com/kamisama/Fresque"
},
"bin": ["fresque"]
}