From ada3ee965722d7234faf44d89d46ebb436cd3ba5 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 23 Feb 2023 14:31:37 +0100 Subject: [PATCH] chore: add missing `psr/cache-implementation` virtual package --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 2fc7f40..bcb237d 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "openlss/lib-array2xml": "^1.0", "php-http/client-common": "^2.6", "psr/cache": "^1.0.1 || ^2 || ^3", + "psr/cache-implementation": "^1", "psr/http-client": "^1.0", "psr/http-client-implementation": "^1", "psr/http-factory": "^1.0.1",