forked from EasyCorp/easy-log-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 872 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
{
"name": "easycorp/easy-log-handler",
"description": "A handler for Monolog that optimizes log messages to be processed by humans instead of software. Improve your productivity with logs that are easy to understand.",
"keywords": ["log", "logging", "monolog", "easy", "productivity"],
"homepage": "https://github.com/EasyCorp/easy-log-handler",
"license": "MIT",
"authors": [
{
"name": "Javier Eguiluz",
"email": "javiereguiluz@gmail.com"
},
{
"name": "Project Contributors",
"homepage": "https://github.com/EasyCorp/easy-log-handler"
}
],
"require": {
"php" : ">=7.1",
"monolog/monolog" : "~1.6|~2.0",
"symfony/yaml" : "^3.4|^4.0|^5.0"
},
"autoload": {
"psr-4": { "EasyCorp\\EasyLog\\": "src" }
}
}