-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 871 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 871 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
{
"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"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}