mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
d6db01abb5
We cannot use 3.x because it requires php 5.4, so update to 2.9.1 or newer 2.x release.
55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"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",
|
|
"symfony/yaml": "^2.8",
|
|
"rmccue/requests": "^1.7",
|
|
"ramsey/array_column": "^1.1",
|
|
"palanik/corsslim": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^2.9.1",
|
|
"phpunit/phpunit": "4.*",
|
|
"jakub-onderka/php-parallel-lint": "*",
|
|
"jakub-onderka/php-console-highlighter": "*",
|
|
"fojuth/readmegen": "1.*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|