2016-08-15 12:41:39 -05:00
|
|
|
{
|
2017-01-01 03:37:15 -06:00
|
|
|
"name": "librenms/librenms",
|
|
|
|
"description": "A fully featured network monitoring system that provides a wealth of features and device support.",
|
|
|
|
"type": "project",
|
|
|
|
"keywords": ["network", "monitoring", "snmp", "laravel"],
|
|
|
|
"homepage": "http://www.librenms.org/",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/librenms/librenms/",
|
|
|
|
"docs": "http://docs.librenms.org/",
|
|
|
|
"forum": "https://community.librenms.org/",
|
|
|
|
"issues": "https://github.com/librenms/librenms/issues/",
|
|
|
|
"irc": "irc://irc.freenode.org/#librenms"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {"php": "5.3.9"}
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
|
|
|
"ezyang/htmlpurifier": "^4.8",
|
|
|
|
"phpmailer/phpmailer": "^5.2.21",
|
|
|
|
"slim/slim": "^2.6",
|
|
|
|
"easybook/geshi": "^1.0.8",
|
|
|
|
"amenadiel/jpgraph": "^3.6",
|
|
|
|
"tecnickcom/tcpdf": "~6.2.0",
|
|
|
|
"xjtuwangke/passwordhash": "dev-master",
|
|
|
|
"pear/console_color2": "^0.1",
|
|
|
|
"pear/console_table": "^1.3",
|
|
|
|
"dapphp/radius": "^2.0",
|
|
|
|
"php-amqplib/php-amqplib": "^2.0",
|
2017-03-22 10:17:13 +00:00
|
|
|
"symfony/yaml": "^2.8",
|
|
|
|
"rmccue/requests": "^1.7"
|
2017-01-01 03:37:15 -06:00
|
|
|
},
|
2016-08-26 00:40:11 +01:00
|
|
|
"require-dev": {
|
2016-09-02 12:30:28 -05:00
|
|
|
"squizlabs/php_codesniffer": "2.6.*",
|
2016-08-28 16:43:11 +01:00
|
|
|
"phpunit/phpunit": "4.*",
|
2016-08-28 15:44:36 -05:00
|
|
|
"jakub-onderka/php-parallel-lint": "*",
|
2016-08-28 22:02:02 +01:00
|
|
|
"jakub-onderka/php-console-highlighter": "*",
|
2016-08-28 16:43:11 +01:00
|
|
|
"fojuth/readmegen": "1.*"
|
2017-01-01 03:37:15 -06:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"LibreNMS\\": "LibreNMS",
|
|
|
|
"LibreNMS\\Tests\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pre-update-cmd": "LibreNMS\\ComposerHelper::preUpdate",
|
|
|
|
"post-autoload-dump": "LibreNMS\\ComposerHelper::postAutoloadDump",
|
|
|
|
"commit": "LibreNMS\\ComposerHelper::commit"
|
2016-08-26 00:40:11 +01:00
|
|
|
}
|
2016-08-15 12:41:39 -05:00
|
|
|
}
|