diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-23 08:49:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-23 08:49:28 +0100 |
commit | 46f440f33d857714f63f09d128bec7f7b910e6aa (patch) | |
tree | b5268da37158da3699374c049c50b9ede1a7b132 /src/Symfony/Component/Cache | |
parent | c70d4d1c8457d4f71e577196a731949052af8c77 (diff) |
update to 4.4.34
allow psr/simple-cache v2
Diffstat (limited to 'src/Symfony/Component/Cache')
-rw-r--r-- | src/Symfony/Component/Cache/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Symfony/Component/Cache/composer.json b/src/Symfony/Component/Cache/composer.json index 72bd68f..6ef5eac 100644 --- a/src/Symfony/Component/Cache/composer.json +++ b/src/Symfony/Component/Cache/composer.json @@ -17,7 +17,7 @@ ], "provide": { "psr/cache-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" }, "require": { @@ -35,7 +35,7 @@ "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.7|^3.0", "predis/predis": "^1.1", - "psr/simple-cache": "^1.0", + "psr/simple-cache": "^1.0|^2.0", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.1|^5.0", "symfony/filesystem": "^4.4|^5.0", |