-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcomposer.json
29 lines (29 loc) · 871 Bytes
/
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
29
{
"name": "dulyanov/log4php-graylog2",
"description": "Log4php appenders and layouts for compatibility with graylog2",
"authors": [
{
"name": "Dmitry Ulyanov",
"email": "[email protected]",
"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": "[email protected]"
},
"autoload": {
"classmap": ["src/main/php/"]
},
"require": {
"php": ">=5.2.7",
"apache/log4php": ">=2.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}