From 9984f9a3010b165dc324e93bd481317fd970f8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:08:56 +0000 Subject: [PATCH] Update psr/cache requirement from ~1.0 to ~3.0 Updates the requirements on [psr/cache](https://github.com/php-fig/cache) to permit the latest version. - [Release notes](https://github.com/php-fig/cache/releases) - [Changelog](https://github.com/php-fig/cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-fig/cache/compare/1.0.0...3.0.0) --- updated-dependencies: - dependency-name: psr/cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6bc453c81b..463b6c7f3d 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": "^8.0", "psr/simple-cache": "^1.0", - "psr/cache": "~1.0", + "psr/cache": "~3.0", "psr/log": "^1.0", "ext-zlib": "*", "ext-SPL": "*",