forked from gaspaio/gearmanui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 994 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": "gaspaio/gearmanui",
"keywords": ["gearman","silex"],
"description": "A simple silex based web interface to monitor a cluster of Gearman servers.",
"homepage": "http://www.rripado.info/gearmanui/",
"license": "MIT",
"authors": [
{
"name": "Rodolfo Ripado",
"email": "[email protected]",
"homepage": "http://github.com/gaspaio"
}
],
"require": {
"php": ">=5.3.0",
"silex/silex": "1.0.*@dev",
"twig/twig": ">=1.2.0,<2.0-dev",
"symfony/twig-bridge": "2.1.*",
"monolog/monolog": ">=1.0.0,<1.2-dev",
"symfony/monolog-bridge": "2.1.*",
"symfony/yaml": "2.1.*",
"alptis/net-gearman": "dev-master"
},
"autoload": {
"psr-0": {"GearmanUI": "src/"}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/gaspaio/net_gearman.git",
"branch": "master"
}
]
}