forked from p4it-kft/yii-monolog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.22 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "p4it-kft/yii-monolog",
"description": "Extension for using monolog with yii 1.x",
"keywords": ["monolog", "yii", "log", "error", "exception", "debug", "monitoring"],
"type": "package",
"license": "GPL-3.0",
"authors": [
{
"name": "Dmitriy Sergeev",
"email": "[email protected]",
"role": "Creator"
},
{
"name": "Funcional Heath Tech",
"homepage": "https://www.funcionalcorp.com.br",
"role": "Company"
},
{
"name": "Alan Willms",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Leonardo Gomes",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "P4IT Kft",
"homepage": "https://www.p4it.hu",
"role": "Company"
},
{
"name": "Papp Péter",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=7.4",
"monolog/monolog": "*"
},
"autoload": {
"psr-4": {
"YiiMonolog\\": "src"
}
}
}