From 0efe9c965389a61d7b2276f33aa163efee272f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:39:52 +0000 Subject: [PATCH 1/3] 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 e72b8f0d..201a0240 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,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 2e595b98ed5c003c1d59d975b86a6fdfc95968f8 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 13 Oct 2023 14:51:48 +0300 Subject: [PATCH 2/3] 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" }, From 2fc08816fafed53fafe59db43997a11d3fe20f77 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 13 Oct 2023 14:54:29 +0300 Subject: [PATCH 3/3] Remove yiisoft/cache --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 307fd4fe..7c1347f0 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.3|^5.6", "yiisoft/aliases": "^2.0", - "yiisoft/cache": "^3.0", "yiisoft/cache-file": "^3.1", "yiisoft/var-dumper": "^1.5" },