From 04d427770971cef0131f852e4ba933875c62187d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:57:29 +0000 Subject: [PATCH] Update yiisoft/cache-file requirement from ^2.0 to ^3.0 Updates the requirements on [yiisoft/cache-file](https://github.com/yiisoft/cache-file) to permit the latest version. - [Release notes](https://github.com/yiisoft/cache-file/releases) - [Changelog](https://github.com/yiisoft/cache-file/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/cache-file/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: yiisoft/cache-file dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d0269044..05c76c3b5 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "vimeo/psalm": "^4.3|^5.6", "yiisoft/aliases": "^2.0", "yiisoft/cache": "^2.0", - "yiisoft/cache-file": "^2.0" + "yiisoft/cache-file": "^3.0" }, "autoload": { "psr-4": {