pandorafms/pandora_console/composer.json

28 lines
585 B
JSON
Raw Normal View History

2018-10-04 11:43:08 +02:00
{
2019-10-17 15:31:17 +02:00
"name": "pandorafms/console",
"description": "Pandora Flexible Monitoring System ",
"authors": [
{
"name": "Artica",
"email": "info@artica.es"
2018-10-04 11:43:08 +02:00
}
],
"require": {
"mpdf/mpdf": "^7.1",
"swiftmailer/swiftmailer": "^6.0"
},
"autoload": {
"psr-4": {
"Models\\": "include/rest-api/models",
2019-10-17 15:31:17 +02:00
"Enterprise\\Models\\": "enterprise/include/rest-api/models",
"PandoraFMS\\": "include/lib",
"PandoraFMS\\Enterprise\\": "enterprise/include/lib"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
2018-10-04 11:43:08 +02:00
}