From 320e9bf05a3d3f3eb8f9a9231725fdd43b4469da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 10:34:25 +0000 Subject: [PATCH] Update psr/cache requirement from ^2.0 to ^3.0 Updates the requirements on [psr/cache](https://github.com/php-fig/cache) to permit the latest version. - [Release notes](https://github.com/php-fig/cache/releases) - [Changelog](https://github.com/php-fig/cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-fig/cache/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: psr/cache 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..3c6acb1489a 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "payum/payum-bundle": "^2.5", "php-http/guzzle6-adapter": "^2.0", "php-http/message-factory": "^1.0", - "psr/cache": "^2.0", + "psr/cache": "^3.0", "psr/log": "^2.0", "ramsey/uuid": "^4.0", "sonata-project/block-bundle": "^4.2",