Allow psr/cache versions 2 and 3

This commit is contained in:
Alexander M. Turek 2021-04-19 14:56:15 +02:00
parent bf77277f2f
commit 0f15282292

View File

@ -18,7 +18,7 @@
"php": ">=7.1.3",
"ext-json": "*",
"doctrine/annotations": "^1.11",
"psr/cache": "^1.0",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/container": "^1.0",
"psr/log": "^1.0",
"symfony/config": "^4.4|^5.0",