-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
37 lines (37 loc) · 1.04 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
{
"name": "ckdarbyinc/gearman-monitor",
"description": "Monitor for Gearman ",
"homepage": "https://os.ckdarby.com/GearmanMonitor",
"keywords": ["Gearman", "PHP", "Monitor"],
"license": "MIT",
"authors": [
{
"name": "CKDarby Inc.",
"email": "[email protected]",
"homepage": "https://os.ckdarbyinc.com/GearmanMonitor"
}
],
"require": {
"php": ">=5.4",
"publero/net_gearman": "1.0.*@dev",
"silex/silex": "1.*",
"igorw/config-service-provider": "1.2.2",
"symfony/locale": "~2.4",
"symfony/translation": "~2.4",
"symfony/twig-bridge": "~2.4",
"symfony/yaml": "~2.4",
"twig/twig": ">=1.16,<2.0-dev",
"datatables/datatables": "~1.10"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {"GearmanMonitor\\": "src/GearmanMonitor"}
}
}