icingaweb2-module-incubator/composer.json

51 lines
1.4 KiB
JSON

{
"name": "icinga/incubator",
"type": "library",
"description": "Icinga Web 2 - Incubator for bleeding edge libraries",
"homepage": "https://github.com/Icinga/icingaweb2-module-incubator",
"license": "MIT",
"authors": [{
"name": "Thomas Gelf",
"email": "thomas@gelf.net"
}],
"config": {
"sort-packages": true,
"platform": {
"php": "5.6.3"
}
},
"require": {
"php": ">=5.6.3",
"ext-ctype": "*",
"gipfl/calendar": ">=0.1",
"gipfl/cli": ">=0.5.0",
"gipfl/curl": ">=0.1.1",
"gipfl/db-migration": ">=0.1.1",
"gipfl/diff": ">=0.1.1",
"gipfl/icinga-bundles": ">=0.7",
"gipfl/icinga-cli-daemon": ">=0.3.2",
"gipfl/icingaweb2": ">=0.3",
"gipfl/influxdb": ">=0.2",
"gipfl/json": ">=0.1",
"gipfl/linux-health": ">=0.2",
"gipfl/log": ">=0.7",
"gipfl/process": ">=0.2",
"gipfl/protocol-jsonrpc": ">=0.6",
"gipfl/protocol-netstring": ">=0.1",
"gipfl/react-utils": ">=0.3",
"gipfl/simple-daemon": ">=0.3",
"gipfl/socket": ">=0.3",
"gipfl/stream": ">=0.1",
"gipfl/systemd": ">=0.3",
"gipfl/translation": ">=0.1",
"gipfl/web": ">=0.7.2",
"gipfl/zfdb": ">=0.2",
"gipfl/zfdbstore": ">=0.2.2"
},
"scripts": {
"post-update-cmd": [
"bin/refresh-public.sh"
]
}
}