[HttpKernel] Require psr/cache in dev

This commit is contained in:
Robin Chalas 2016-12-13 13:31:19 +01:00
parent ad64c8a812
commit bd59d75d8c

View File

@ -37,7 +37,8 @@
"symfony/stopwatch": "~2.8|~3.0",
"symfony/templating": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0",
"symfony/var-dumper": "~3.2"
"symfony/var-dumper": "~3.2",
"psr/cache": "~1.0"
},
"conflict": {
"symfony/config": "<2.8"