diff options
Diffstat (limited to 'src/Symfony/Component/Cache/composer.json')
-rw-r--r-- | src/Symfony/Component/Cache/composer.json | 6 |
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", |