-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 876 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 876 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
{
"name": "robertfausk/extended-log-handler",
"description": "A handler for Monolog that enhance log messages with further information. Improve your productivity with logs that gives you more information and therefore easier debugging of errors.",
"keywords": ["log", "logging", "monolog", "extended", "productivity"],
"homepage": "https://github.com/robertfausk/extended-log-handler",
"license": "MIT",
"authors": [
{
"name": "Robert Freigang",
"email": "robertfreigang@gmx.de"
},
{
"name": "Project Contributors",
"homepage": "https://github.com/robertfausk/extended-log-handler"
}
],
"require": {
"php" : ">=5.3.0",
"monolog/monolog" : "~1.6"
},
"autoload": {
"psr-4": { "RobertFausK\\ExtendedLog\\": "src" }
}
}