From 0f15282292e6d3c212a33126de8cbc51adbdba2d Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 19 Apr 2021 14:56:15 +0200 Subject: [PATCH] Allow psr/cache versions 2 and 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ec2014..9a1a204 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": ">=7.1.3", "ext-json": "*", "doctrine/annotations": "^1.11", - "psr/cache": "^1.0", + "psr/cache": "^1.0|^2.0|^3.0", "psr/container": "^1.0", "psr/log": "^1.0", "symfony/config": "^4.4|^5.0",