forked from Syonix/log-viewer-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 963 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 963 Bytes
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
29
30
31
32
{
"name": "syonix/log-viewer-lib",
"description": "A library to gather log files from different sources and use them in a unified format.",
"keywords": ["monolog", "viewer", "log","logging"],
"type": "library",
"license": "GPL-2.0",
"authors": [
{
"name": "Michael Burri",
"email": "michael.burri@syonix.ch"
}
],
"support": {
"email": "support@syonix.ch"
},
"require": {
"php": ">=5.5.9",
"ddtraceweb/monolog-parser": "1.*",
"ircmaxell/password-compat": "1.*",
"league/flysystem": "~1.0",
"league/flysystem-cached-adapter": "~1.0",
"symfony/yaml": "~2.4",
"doctrine/collections": "~1.3",
"phpunit/phpunit": "~5.7",
"jbroadway/urlify": "^1.0",
"symfony/console": "^2.3|^3.0",
"league/flysystem-sftp": "^1.0"
},
"autoload": {
"psr-4": {"Syonix\\LogViewer\\": "lib/"}
}
}