forked from statusengine/worker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (32 loc) · 788 Bytes
/
composer.json
File metadata and controls
34 lines (32 loc) · 788 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
33
34
{
"name": "Statusengine Worker",
"description": "The missing event broker + responsive web frontend for Nagios and Naemon",
"version": "3",
"homepage": "https://statusengine.org/",
"license": "GPLv3",
"authors": [
{
"name": "Daniel Ziegler (nook24)",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/statusengine/worker/issues",
"source": "https://github.com/statusengine/worker"
},
"require": {
"php": ">=5.5.9",
"ext-redis": "*",
"ext-gearman": "*",
"ext-mbstring": "*",
"ext-bcmath": "*",
"symfony/yaml": "2.8",
"symfony/console": "2.8",
"crate/crate-dbal":"*",
"crate/crate-pdo":"~0.6.0",
"php-amqplib/php-amqplib": "^2.7"
},
"autoload": {
"classmap": ["src/"]
}
}