27 lines
548 B
JSON
27 lines
548 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.3.4",
|
|
"dist": {
|
|
"url": "https://github.com/Icinga/icingaweb2/archive/v2.3.4.zip",
|
|
"type": "zip"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|