From 9649be9ba2b3d53204a053fef44448d780a5deac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:23:28 +0300 Subject: [PATCH] Update yiisoft/cache-file requirement from ^2.0 to ^3.1 (#764) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ce739282..37e3f53c1 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.30|^5.12", "yiisoft/aliases": "^3.0", - "yiisoft/cache-file": "^2.0", + "yiisoft/cache-file": "^3.1", "yiisoft/di": "^1.0", "yiisoft/event-dispatcher": "^1.0", "yiisoft/json": "^1.0",