From c786b6dec077717d9ad2ac85e1a301879f437d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:16:47 +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 4127df945..1220e372f 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",