Initial commit

This commit is contained in:
2025-06-26 21:46:54 +02:00
commit 9ee4440e33
4 changed files with 135 additions and 0 deletions

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "logdb/monolog-handler",
"description": "Monolog handler for LogDB",
"type": "library",
"license": "GPL-2.0-or-later",
"autoload": {
"psr-4": {
"LogDb\\Monolog\\": "src/"
}
},
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "labs@noccy.com"
}
],
"require": {
"monolog/monolog": "^3.9",
"symfony/http-client": "^7.3"
}
}