From 15356333fd546cac16f64df611f586c410a11c72 Mon Sep 17 00:00:00 2001 From: "Alvaro J. Hurtado Villegas" Date: Thu, 31 Aug 2023 22:05:40 +0200 Subject: [PATCH] Allow psr/cache 3 Hello, this change seems to work on my use case. I'm updating due to some incompatibilities. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 858c316f..772ba9aa 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": ">=7.4", "doctrine/cache": "^1.3", "league/flysystem": "^1.0", - "psr/cache": "^1.0 || ^2.0", + "psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "psr/simple-cache": "^1.0" },