From a63aa51568d7be117706e18b909a435ef9f85e7d Mon Sep 17 00:00:00 2001 From: Gwendolen Lynch Date: Sat, 18 Jun 2022 13:58:38 +0200 Subject: [PATCH] Add constraints for psr/cache 2.x & 3.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d88ad30..14b00ba 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-json": "*", "aeon-php/calendar": "^1.0", "aeon-php/sleep": ">=0.6.0", - "psr/cache": "^1.0", + "psr/cache": "^1.0|^2.0|^3.0", "symfony/polyfill-mbstring": "^1.0" }, "require-dev": {