32 lines
697 B
JSON
32 lines
697 B
JSON
{
|
|
"name": "icingaweb2-director",
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">= 4.8",
|
|
"icinga/icingaweb2": ">= 2.3",
|
|
"squizlabs/php_codesniffer": ">= 2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Icinga\\Module\\Director\\": "library/Director/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "icinga/icingaweb2",
|
|
"version": "2.4.0",
|
|
"dist": {
|
|
"url": "https://github.com/Icinga/icingaweb2/archive/v2.4.0.zip",
|
|
"type": "zip"
|
|
},
|
|
"source": {
|
|
"url": "https://github.com/Icinga/icingaweb2.git",
|
|
"type": "git",
|
|
"reference": "master"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|