From a0a497e63b2f76d5b0a36c2ee1e4c0d014f156fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:51:59 +0000 Subject: [PATCH] Update doctrine/cache requirement from ^1.6 to ^2.0 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.0.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..f1f3dde 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.0" }, "autoload": { "psr-4": {