-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
28 lines (28 loc) · 1.27 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "antaresproject/component-logger",
"type": "antaresproject-component",
"description": "<p><p>Logger is a module responsible for gathering and displaying logs coming from multiple parts of the system and other modules. It covers:</p><ul><li>Activity log - events related to objects in the system. E.g. changing user details.</li><li>Error log - application errors with detailed information for easier debugging.</li><li>Request log - all the HTTP requests to the application.</li><li>Automation log - logs of the Automation module.</li><li>Notification log - all the notifications sent to users by Notification module.</li></ul></p>",
"version": "0.9.2.1",
"homepage": "https://github.com/antaresproject/logger",
"require": {
"antaresproject/component-installer-plugin": "*",
"h4cc/wkhtmltopdf-amd64": "dev-master",
"h4cc/wkhtmltopdf-i386": "dev-master",
"h4cc/wkhtmltoimage-amd64": "dev-master",
"h4cc/wkhtmltoimage-i386": "dev-master"
},
"authors": [
{
"name": "Łukasz Cirut",
"email": "contact@antaresproject.io"
}
],
"autoload": {
"psr-4": {
"Antares\\Logger\\": "src/"
}
},
"extra": {
"friendly-name": "Logger"
}
}