From 54e8ce6b290824b9ff9fbadd6db081968ee35576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 10:37:59 +0000 Subject: [PATCH] Update psr/log requirement from ^2.0 to ^3.0 Updates the requirements on [psr/log](https://github.com/php-fig/log) to permit the latest version. - [Release notes](https://github.com/php-fig/log/releases) - [Commits](https://github.com/php-fig/log/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: psr/log dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6c63da89cc4..c0b58165852 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "php-http/guzzle6-adapter": "^2.0", "php-http/message-factory": "^1.0", "psr/cache": "^2.0", - "psr/log": "^2.0", + "psr/log": "^3.0", "ramsey/uuid": "^4.0", "sonata-project/block-bundle": "^4.2", "stof/doctrine-extensions-bundle": "^1.4",