forked from LogentriesCommunity/logentries-monolog-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 907 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
33
{
"name": "ovidiuenache/logentries-monolog-handler",
"description": "A handler for Monolog that sends messages to Logentries.com.",
"keywords": ["log", "logging", "monolog", "logentries", "laravel", "symfony"],
"homepage": "https://github.com/logentries/logentries-monolog-handler",
"license": "MIT",
"authors": [
{
"name": "Johannes Schickling",
"email": "[email protected]"
},
{
"name": "Mark Lacomber",
"email": "[email protected]"
},
{
"name": "Ioan Ovidiu Enache",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0" ,
"monolog/monolog": "^3.2"
},
"require-dev": {
"mockery/mockery": "dev-master"
},
"autoload": {
"psr-0": {
"Logentries": "src"
}
}
}