From 46f440f33d857714f63f09d128bec7f7b910e6aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Nov 2021 08:49:28 +0100 Subject: update to 4.4.34 allow psr/simple-cache v2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 1e73439..5388530 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "psr/http-client-implementation": "1.0", "psr/link-implementation": "1.0", "psr/log-implementation": "1.0|2.0", - "psr/simple-cache-implementation": "1.0", + "psr/simple-cache-implementation": "1.0|2.0", "symfony/cache-implementation": "1.0|2.0", "symfony/event-dispatcher-implementation": "1.1", "symfony/http-client-implementation": "1.1|2.0", @@ -133,7 +133,7 @@ "php-http/httplug": "^1.0|^2.0", "predis/predis": "~1.1", "psr/http-client": "^1.0", - "psr/simple-cache": "^1.0", + "psr/simple-cache": "^1.0|^2.0", "egulias/email-validator": "^2.1.10|^3.1", "symfony/phpunit-bridge": "^5.2", "symfony/security-acl": "~2.8|~3.0", -- cgit