2018-10-04 11:43:08 +02:00
|
|
|
{
|
2019-01-30 12:27:18 +01:00
|
|
|
"name": "Pandora FMS",
|
|
|
|
"description": "Pandora Flexible Monitoring System ",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Artica",
|
|
|
|
"email": "info@artica.es"
|
2018-10-04 11:43:08 +02:00
|
|
|
}
|
2019-01-30 12:27:18 +01:00
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"mpdf/mpdf": "^7.1",
|
|
|
|
"swiftmailer/swiftmailer": "^6.0"
|
2019-03-18 12:46:20 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Models\\": "include/rest-api/models"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Tests\\": "tests/"
|
|
|
|
}
|
2019-01-30 12:27:18 +01:00
|
|
|
}
|
2018-10-04 11:43:08 +02:00
|
|
|
}
|