diff --git a/.changes/2.0.0-alpha3.md b/.changes/2.0.0-alpha3.md new file mode 100644 index 0000000..5eb0559 --- /dev/null +++ b/.changes/2.0.0-alpha3.md @@ -0,0 +1,5 @@ +## 2.0.0-alpha3 - 2024-07-03 +### Release +* Upgrade chill to v3.0.0-RC3 +* upgrade chill-bundle to v3.0.0-RC4 +* Add graylog to image diff --git a/.changes/unreleased/Release-20240703-135412.yaml b/.changes/unreleased/Release-20240703-135412.yaml new file mode 100644 index 0000000..8a6da35 --- /dev/null +++ b/.changes/unreleased/Release-20240703-135412.yaml @@ -0,0 +1,5 @@ +kind: Release +body: Add graylog to image +time: 2024-07-03T13:54:12.983732476+02:00 +custom: + Issue: "" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7adf571..0882ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 2.0.0-alpha3 - 2024-07-03 +### Release +* Upgrade chill to v3.0.0-RC3 +* upgrade chill-bundle to v3.0.0-RC4 +* Add graylog to image + ## 2.0.0-alpha2 - 2024-07-03 ### Release * Upgrade chill to v3.0.0-RC3 diff --git a/composer.json b/composer.json index b422749..4fd6f93 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "champs-libres/wopi-lib": "dev-master@dev", "chill-project/chill-bundles": "v3.0.0-RC4", "chill-project/chill-deploy": "^1.0", + "graylog2/gelf-php": "^2.0", "symfony/console": "5.4.*", "symfony/dotenv": "5.4.*", "symfony/flex": "^1.17|^2", diff --git a/composer.lock b/composer.lock index 0a75b59..9ed75e1 100644 --- a/composer.lock +++ b/composer.lock @@ -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",