From 38d56480bf245ef473469ddda7141de17beb14ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:28:05 +0000 Subject: [PATCH] build(deps): update monolog/monolog requirement in /app Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog) to permit the latest version. - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/compare/1.24.0...2.9.1) --- updated-dependencies: - dependency-name: monolog/monolog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/composer.json b/app/composer.json index 4127df9457..1220e372fa 100644 --- a/app/composer.json +++ b/app/composer.json @@ -11,7 +11,7 @@ "ext-pcre": "*", "kamisama/cake-resque": "4.1.2", "pear/crypt_gpg": "1.6.7", - "monolog/monolog": "1.24.0" + "monolog/monolog": "2.9.1" }, "require-dev": { "phpunit/phpunit": "^8",