-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
32 lines (32 loc) · 875 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
30
31
32
{
"name": "kop/yii2-logentries",
"description": "Logentries log target for Yii2 framework",
"homepage": "http://kop.github.io/yii2-logentries/",
"keywords": ["yii", "yii2", "log", "logentries", "target"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/kop/yii2-logentries/issues",
"source": "https://github.com/kop/yii2-logentries"
},
"authors": [
{
"name": "Ivan Koptiev",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"logentries/logentries-monolog-handler": "~2.0"
},
"require-dev": {
"codeception/codeception": "~2.0"
},
"autoload": {
"psr-4": {
"kop\\y2le\\": ""
}
}
}