From 6591b7d1691a2df992fd36f965cf649e5d268f69 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Fri, 8 Aug 2025 06:29:36 -0500 Subject: [PATCH] Support psr/cache 3.x --- 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" },