-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (41 loc) · 1.06 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
47
{
"name": "ITstrategen/php-traffic-light-monitoring",
"version": "1.0.0",
"type": "project",
"keywords": ["monitoring"],
"license": "GPL-3.0",
"authors": [
{
"name": "Max Vogler",
"email": "[email protected]"
},
{
"name": "Stephan Bothur",
"email": "[email protected]"
},
{
"name": "Sebastian Krein",
"email": "[email protected]"
}
],
"require": {
"noodlehaus/config": "^0.8.2",
"marc-mabe/php-enum": "^2.1",
"monolog/monolog": "^1.17",
"pwfisher/command-line-php": "dev-master",
"dinke/curl-http-client": "^2.0",
"mnapoli/php-di": "^5.0",
"confirm-it-solutions/php-zabbix-api": "^2.4"
},
"require-dev": {
"phpunit/phpunit" : "4.4.*"
},
"autoload": {
"psr-4": {
"ITstrategen\\": "src/"
},
"files": [
"vendor/confirm-it-solutions/php-zabbix-api/build/ZabbixApi.class.php"
]
}
}