From f46b4cedd0661af5ab6a6f05cd933fb7f130f0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:56:57 +0000 Subject: [PATCH] Update yiisoft/cache requirement from ^2.0 to ^3.0 Updates the requirements on [yiisoft/cache](https://github.com/yiisoft/cache) to permit the latest version. - [Release notes](https://github.com/yiisoft/cache/releases) - [Changelog](https://github.com/yiisoft/cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/cache/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: yiisoft/cache 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 ffdd847d5..cdbbee501 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,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": "^2.0", "yiisoft/var-dumper": "^1.5" },