From c617d4f7420f7ceefb2363eff3f0bda7ba82a6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:00:09 +0000 Subject: [PATCH] Update symfony/cache requirement from ^4.4.35 to ^5.4.21 Updates the requirements on [symfony/cache](https://github.com/symfony/cache) to permit the latest version. - [Release notes](https://github.com/symfony/cache/releases) - [Changelog](https://github.com/symfony/cache/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/cache/compare/v4.4.35...v5.4.21) --- updated-dependencies: - dependency-name: symfony/cache dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e782d1a7..333e471f 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5.10", "ramsey/uuid-doctrine": "^1.5.0", - "symfony/cache": "^4.4.35" + "symfony/cache": "^5.4.21" }, "config": { "platform": {