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",
|
2018-01-22 08:16:37 -06:00
|
|
|
"keywords": ["network", "monitoring", "discovery", "alerting", "billing", "snmp", "distributed"],
|
2017-01-01 03:37:15 -06:00
|
|
|
"homepage": "http://www.librenms.org/",
|
2018-01-25 14:59:13 -06:00
|
|
|
"license": "GPL-3.0-or-later",
|
2017-01-01 03:37:15 -06:00
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"require": {
|
2018-02-02 22:57:31 -06:00
|
|
|
"php": ">=5.6.4",
|
2018-02-28 00:47:42 -06:00
|
|
|
"ext-mysqli": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-session": "*",
|
|
|
|
"ext-xml": "*",
|
|
|
|
"ext-gd": "*",
|
2017-01-01 03:37:15 -06:00
|
|
|
"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",
|
2017-07-06 02:27:02 -05:00
|
|
|
"rmccue/requests": "^1.7",
|
2018-02-02 22:57:31 -06:00
|
|
|
"palanik/corsslim": "^1.1",
|
2018-05-09 08:05:17 -05:00
|
|
|
"influxdb/influxdb-php": "^1.14",
|
|
|
|
"laravel/laravel": "5.4.*",
|
|
|
|
"oriceon/toastr-5-laravel": "dev-master",
|
|
|
|
|
|
|
|
"doctrine/inflector": "1.1.*",
|
|
|
|
"symfony/event-dispatcher": "3.*",
|
|
|
|
"symfony/css-selector": "3.*",
|
|
|
|
"doctrine/instantiator": "1.0.*",
|
|
|
|
"phpdocumentor/reflection-docblock": "3.*",
|
|
|
|
"phpunit/php-token-stream": "1.*"
|
2017-01-01 03:37:15 -06:00
|
|
|
},
|
2016-08-26 00:40:11 +01:00
|
|
|
"require-dev": {
|
2017-11-29 02:23:19 -06:00
|
|
|
"squizlabs/php_codesniffer": "^2.9.1",
|
2018-02-07 20:45:56 -06:00
|
|
|
"phpunit/phpunit": "5.*",
|
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": "*",
|
2018-05-09 08:05:17 -05:00
|
|
|
"fojuth/readmegen": "1.*",
|
|
|
|
"barryvdh/laravel-ide-helper": "^2.4",
|
2018-06-15 03:45:20 -05:00
|
|
|
"barryvdh/laravel-debugbar": "~2.4",
|
|
|
|
"justinrainbow/json-schema": "^5.2"
|
2017-01-01 03:37:15 -06:00
|
|
|
},
|
2018-02-28 00:47:42 -06:00
|
|
|
"suggest": {
|
|
|
|
"ext-memcached": "Required if you utilize distributed polling",
|
|
|
|
"ext-posix": "Allows for additional validation tests"
|
|
|
|
},
|
2017-01-01 03:37:15 -06:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-05-09 08:05:17 -05:00
|
|
|
"App\\": "app",
|
2017-01-01 03:37:15 -06:00
|
|
|
"LibreNMS\\": "LibreNMS",
|
|
|
|
"LibreNMS\\Tests\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pre-update-cmd": "LibreNMS\\ComposerHelper::preUpdate",
|
2018-05-09 08:05:17 -05:00
|
|
|
"pre-install-cmd": "LibreNMS\\ComposerHelper::preInstall",
|
|
|
|
"post-root-package-install": "LibreNMS\\ComposerHelper::postRootPackageInstall",
|
|
|
|
"post-create-project-cmd": [
|
|
|
|
"php artisan key:generate"
|
|
|
|
],
|
|
|
|
"post-install-cmd": [
|
|
|
|
"LibreNMS\\ComposerHelper::postInstall",
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
|
|
|
"php artisan optimize"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
|
|
"php artisan optimize"
|
|
|
|
]
|
2016-08-26 00:40:11 +01:00
|
|
|
}
|
2016-08-15 12:41:39 -05:00
|
|
|
}
|