icingaweb2-module-director/composer.json

32 lines
697 B
JSON
Raw Normal View History

2016-11-03 09:02:44 +01:00
{
"name": "icingaweb2-director",
"require-dev": {
"phpunit/phpunit": ">= 4.8",
2016-11-03 09:02:44 +01:00
"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",
2016-11-03 09:02:44 +01:00
"dist": {
"url": "https://github.com/Icinga/icingaweb2/archive/v2.4.0.zip",
2016-11-03 09:02:44 +01:00
"type": "zip"
},
"source": {
"url": "https://github.com/Icinga/icingaweb2.git",
"type": "git",
"reference": "master"
2016-11-03 09:02:44 +01:00
}
}
}
]
}