From 4c955ba6d98345cdb8814b7d8403e023bcd0b8b7 Mon Sep 17 00:00:00 2001 From: Schiopu Alexandru <44147615+thenotsoft@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:36:59 +0200 Subject: [PATCH] Add support of `yiisoft/cache` version ^3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30260c7..8583ea4 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "yiisoft/cache": "2.0", + "yiisoft/cache": "^2.0|^3.0", "yiisoft/arrays": "^2.0|^3.0", "yiisoft/db": "^1.0", "yiisoft/translator": "^2.2|^3.0"