From 31f49f1e28feba7ef7516585a4670d242925c004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 20:04:53 +0000 Subject: [PATCH] composer(deps-dev): update symfony/cache requirement from ^5.3 to ^5.4 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/5.4/CHANGELOG.md) - [Commits](https://github.com/symfony/cache/compare/v5.3.0...v5.4.0) --- 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 921a413..84b7bfa 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.16.1", "setono/code-quality-pack": "^2.1.3", - "symfony/cache": "^5.3", + "symfony/cache": "^5.4", "weirdan/doctrine-psalm-plugin": "^2.0" }, "config": {