Merge pull request #1810 from derrabus/bugfix/psr-cache-2-and-3

Allow psr/cache versions 2 and 3
This commit is contained in:
Guilhem Niot 2021-04-23 15:29:17 +02:00 committed by GitHub
commit ef0ca8259d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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