forked from d-ulyanov/log4php-graylog2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 808 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 808 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
{
"name": "dulyanov/log4php-graylog2",
"description": "Log4php appenders and layouts for compatibility with graylog2",
"authors": [
{
"name": "Dmitry Ulyanov",
"email": "dmitriy.ulyanov@wikimart.ru",
"role": "Developer"
}
],
"keywords": ["log", "logging", "php", "graylog2"],
"homepage": "https://github.com/d-ulyanov/log4php-graylog2",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/d-ulyanov/log4php-graylog2/issues",
"source": "https://github.com/d-ulyanov/log4php-graylog2.git",
"email": "dmitriy.ulyanov@wikimart.ru"
},
"autoload": {
"classmap": ["src/main/php/"]
},
"require": {
"php": ">=5.2.7",
"apache/log4php": ">=2.3.0"
}
}