Skip to content

Commit ed97eef

Browse files
Allow psr/cache v3 but on symfony/cache
1 parent 1c4e23b commit ed97eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"symfony/templating": "^3.4|^4.0|^5.0",
4242
"symfony/translation": "^4.2|^5.0",
4343
"symfony/translation-contracts": "^1.1|^2",
44-
"psr/cache": "^1.0|^2.0",
44+
"psr/cache": "^1.0|^2.0|^3.0",
4545
"twig/twig": "^1.43|^2.13|^3.0.4"
4646
},
4747
"provide": {

0 commit comments

Comments
 (0)