-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 1.04 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
{
"name": "tasmidur/zinc-search-monolog-handler",
"description": "ZincSearch Monolog Handler is used for pushing laravel log into the ZincSearch for collection and analysis",
"keywords": [
"logger",
"laravel",
"lumen",
"laravel log",
"monolog handler",
"zincSearch monolog handler",
"laravel zincSearch monolog handler",
"lumen zincSearch monolog handler"
],
"homepage": "https://github.com/tasmidur/zinc-search-monolog-handler",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name": "Md Tasmidur Rahman",
"email": "[email protected]",
"homepage": "https://tasmidur.netlify.app/",
"role": "developer"
}
],
"require": {
"php": "^8.0",
"illuminate/config": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
"Tasmidur\\ZincSearchMonologHandler\\": "src/"
}
}
}