From 99cb9498890e9371f1a3c6cf3eb839ac08bf2d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:52:11 +0000 Subject: [PATCH 1/2] 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] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e42f112a7..9859fa6c9 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "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": { From 941a821ff129143f2280385c9f4460c47bccf5a6 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 13 Oct 2023 14:56:30 +0300 Subject: [PATCH 2/2] Remove yiisoft/cache --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 9859fa6c9..e29fc5b26 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,6 @@ "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.3|^5.6", "yiisoft/aliases": "^2.0", - "yiisoft/cache": "^2.0", "yiisoft/cache-file": "^3.1", "yiisoft/var-dumper": "^1.5" },