add graylog/gelf to image and release 2.0.0-alpha3
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-07-03 13:55:07 +02:00
parent 80ae8c4302
commit 218b08a3c4
5 changed files with 71 additions and 1 deletions

55
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "040e9414cc0ee438060961cd5fb7b6b8",
"content-hash": "6f8866c29c800c279eba1cddda061a38",
"packages": [
{
"name": "brick/math",
@@ -2208,6 +2208,59 @@
},
"time": "2024-04-18T19:31:19+00:00"
},
{
"name": "graylog2/gelf-php",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/bzikarsky/gelf-php.git",
"reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/29ef48fa6eac6c8787b588949483f1739c57ad4f",
"reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f",
"shasum": ""
},
"require": {
"php": ">=8.0",
"psr/log": "^1|^2|^3"
},
"provide": {
"psr/log-implementation": "3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6|^10.1",
"squizlabs/php_codesniffer": "^3.6",
"vimeo/psalm": "^5.11"
},
"type": "library",
"autoload": {
"psr-4": {
"Gelf\\": "src/Gelf"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Benjamin Zikarsky",
"email": "benjamin@familie-zikarsky.de"
},
{
"name": "gelf-php contributors",
"homepage": "https://github.com/bzikarsky/gelf-php/contributors"
}
],
"description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
"support": {
"issues": "https://github.com/bzikarsky/gelf-php/issues",
"source": "https://github.com/bzikarsky/gelf-php/tree/2.0.1"
},
"time": "2023-05-23T14:45:24+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "7.8.1",