From 652440a4a0fa77f327446e89fabb30bb044ad3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Thu, 2 Dec 2021 01:24:54 +0100 Subject: [PATCH] allow symfony/cache ^6 (#415) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0cc13391bc..880145d16b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/http-server-handler": "^1", "psr/http-server-middleware": "^1", "psr/simple-cache": "^1.0.1", - "symfony/cache": "^4.3 | ^5", + "symfony/cache": "^4.3 | ^5 | ^6", "symfony/expression-language": "^4 | ^5", "thecodingmachine/cache-utils": "^1", "thecodingmachine/class-explorer": "^1.1.0",