From 1b7d5fb9f41b5b526c9dc5a8a6d2e7e343ed1f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 06:14:22 +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 4fa1b4f..f8fe53e 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.18", - "yiisoft/cache": "^2.0" + "yiisoft/cache": "^3.0" }, "suggest": { "ext-apcu": "To use APCu storage"