From e05942a7b11061d78a7222be9e48d7c96e90f0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 09:17:22 +0000 Subject: [PATCH] Bump symfony/monolog-bundle from 2.5.1 to 3.3.1 Bumps [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle) from 2.5.1 to 3.3.1. - [Release notes](https://github.com/symfony/monolog-bundle/releases) - [Changelog](https://github.com/symfony/monolog-bundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/monolog-bundle/compare/v2.5.1...v3.3.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 43 +++++++++++++++++++++++++------------------ 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 593a32d..69f80fb 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "twig/extensions": "~1.0", "symfony/assetic-bundle": "~2.3", "symfony/swiftmailer-bundle": "~2.3", - "symfony/monolog-bundle": "~2.4", + "symfony/monolog-bundle": "~3.2", "sensio/distribution-bundle": "~2.3", "sensio/framework-extra-bundle": "~3.0", "sensio/generator-bundle": "~2.3", diff --git a/composer.lock b/composer.lock index 5537db8..3c215e4 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": "27f30a45d7529267916054fff6fdba49", + "content-hash": "608da7d2df2e566f63d59d9249f4027e", "packages": [ { "name": "doctrine/annotations", @@ -2023,41 +2023,44 @@ }, { "name": "symfony/monolog-bundle", - "version": "v2.5.1", - "target-dir": "Symfony/Bundle/MonologBundle", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "71ad844ac29401f86619f9d643393265451e858b" + "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/71ad844ac29401f86619f9d643393265451e858b", - "reference": "71ad844ac29401f86619f9d643393265451e858b", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd", + "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd", "shasum": "" }, "require": { - "monolog/monolog": "~1.6", + "monolog/monolog": "~1.22", "php": ">=5.3.2", - "symfony/config": "~2.3", - "symfony/dependency-injection": "~2.3", - "symfony/http-kernel": "~2.3", - "symfony/monolog-bridge": "~2.3" + "symfony/config": "~2.7|~3.0|~4.0", + "symfony/dependency-injection": "~2.7|~3.0|~4.0", + "symfony/http-kernel": "~2.7|~3.0|~4.0", + "symfony/monolog-bridge": "~2.7|~3.0|~4.0" }, "require-dev": { - "symfony/console": "~2.3", - "symfony/yaml": "~2.3" + "symfony/console": "~2.3|~3.0|~4.0", + "symfony/phpunit-bridge": "^3.3|^4.0", + "symfony/yaml": "~2.3|~3.0|~4.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.5.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { - "psr-0": { - "Symfony\\Bundle\\MonologBundle": "" - } + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2079,7 +2082,11 @@ "log", "logging" ], - "time": "2014-02-19T14:49:26+00:00" + "support": { + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.2.0" + }, + "time": "2018-03-05T14:51:36+00:00" }, { "name": "symfony/polyfill-apcu",