summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Cache
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-08 09:56:02 +0100
committerRemi Collet <remi@remirepo.net>2021-03-08 09:56:02 +0100
commitfa7b7431688acdc5445f0d4391ac8f1fba0f7a66 (patch)
tree55ded63eba9a8429cb0dc301356e896f0abe939c /src/Symfony/Component/Cache
parentb015d058e929910fc4ad9289a12ce7314122a860 (diff)
update to 4.4.20
Diffstat (limited to 'src/Symfony/Component/Cache')
-rw-r--r--src/Symfony/Component/Cache/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Symfony/Component/Cache/composer.json b/src/Symfony/Component/Cache/composer.json
index b812a8e..87a2607 100644
--- a/src/Symfony/Component/Cache/composer.json
+++ b/src/Symfony/Component/Cache/composer.json
@@ -16,13 +16,13 @@
}
],
"provide": {
- "psr/cache-implementation": "1.0",
+ "psr/cache-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0",
- "symfony/cache-implementation": "1.0"
+ "symfony/cache-implementation": "1.0|2.0"
},
"require": {
"php": ">=7.1.3",
- "psr/cache": "~1.0",
+ "psr/cache": "^1.0|^2.0",
"psr/log": "~1.0",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/service-contracts": "^1.1|^2",