Use logdb/client, add support for UDP

This commit is contained in:
2025-09-06 01:39:45 +02:00
parent 826f35c1a1
commit 573af48438
2 changed files with 52 additions and 14 deletions

View File

@@ -16,6 +16,12 @@
],
"require": {
"monolog/monolog": "^3.9",
"symfony/http-client": "^7.3"
"logdb/client": "^0.1.0"
},
"repositories": {
"logdb": {
"type": "composer",
"url": "https://dev.noccylabs.info/api/packages/logdb/composer"
}
}
}