From 2e595b98ed5c003c1d59d975b86a6fdfc95968f8 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 13 Oct 2023 14:51:48 +0300 Subject: [PATCH] cache also --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 201a0240..307fd4fe 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.3|^5.6", "yiisoft/aliases": "^2.0", - "yiisoft/cache": "^2.0", + "yiisoft/cache": "^3.0", "yiisoft/cache-file": "^3.1", "yiisoft/var-dumper": "^1.5" },