Allow psr/cache v2

This commit is contained in:
Nicolas Grekas 2021-02-04 18:25:29 +01:00
parent 60dac0cb4c
commit 00d3a0ffcb
6 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^1.3|^2",
"twig/twig": "^1.43|^2.13|^3.0.4",
"psr/cache": "~1.0",
"psr/cache": "^1.0|^2.0",
"psr/container": "^1.0",
"psr/link": "^1.0",
"psr/log": "~1.0",

View File

@ -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"
},
"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",

View File

@ -41,7 +41,7 @@
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"psr/cache": "~1.0",
"psr/cache": "^1.0|^2.0",
"twig/twig": "^1.43|^2.13|^3.0.4"
},
"provide": {

View File

@ -23,7 +23,7 @@
"require-dev": {
"doctrine/dbal": "^2.6|^3.0",
"doctrine/persistence": "^1.3|^2",
"psr/cache": "~1.0",
"psr/cache": "^1.0|^2.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4.19|^4.1.8|^5.0",
"symfony/event-dispatcher": "^4.3|^5.0",

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.1.3",
"psr/cache": "^1.0"
"psr/cache": "^1.0|^2.0"
},
"suggest": {
"symfony/cache-implementation": ""

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.1.3",
"psr/cache": "^1.0",
"psr/cache": "^1.0|^2.0",
"psr/container": "^1.0"
},
"require-dev": {