From f6eae33aaf86b325cb057346db97647246921be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:23:45 +0300 Subject: [PATCH] Remove `yiisoft/cache` and update `yiisoft/cache-file` to ^3.1 (#241) * Update yiisoft/cache-file requirement from ^2.0 to ^3.1 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.1.0) --- updated-dependencies: - dependency-name: yiisoft/cache-file dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Remove yiisoft/cache --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergei Predvoditelev --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6ac5d3f..20f20d2 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,7 @@ "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.3|^5.6", "yiisoft/aliases": "^2.0", - "yiisoft/cache": "^2.0", - "yiisoft/cache-file": "^2.0", + "yiisoft/cache-file": "^3.1", "yiisoft/var-dumper": "^1.5" }, "autoload": {