blob: ec38ba21fb92dfe5ead34a63b914244c5f9d17b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "gipfl/icinga-cli-daemon",
"type": "library",
"description": "Helpers for Icinga CLI Daemons",
"homepage": "https://github.com/gipfl/icinga-cli-daemon",
"config": {
"sort-packages": true,
"platform": {
"php": "5.6.3"
}
},
"autoload": {
"psr-4": {
"gipfl\\IcingaCliDaemon\\": "src/"
}
},
"require": {
"php": ">=5.6.3",
"ext-posix": "*",
"gipfl/cli": ">=0.5.0",
"react/event-loop": ">=1.1",
"react/promise": ">=2.7"
}
}
|