From 0f825fc97c381cae6ab06affac9cfe1c8d61f1f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 05:30:53 +0000 Subject: [PATCH] Update doctrine/cache requirement from ^1.6 to ^2.1 Updates the requirements on [doctrine/cache](https://github.com/doctrine/cache) to permit the latest version. - [Release notes](https://github.com/doctrine/cache/releases) - [Commits](https://github.com/doctrine/cache/compare/v1.6.0...2.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0fa9c2..5b3de50 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require-dev": { "phpunit/phpunit": "^5.5", "onion/framework": "2.0", - "doctrine/cache": "^1.6" + "doctrine/cache": "^2.1" }, "autoload": { "psr-4": {