[FraworkBundle] Add missing doctrine/cache to composer.json

This commit is contained in:
Nicolas Grekas 2015-10-07 08:40:17 +02:00
parent 141f9eb46d
commit f377643544

View File

@ -30,6 +30,7 @@
"symfony/stopwatch": "~2.3|~3.0.0",
"symfony/templating": "~2.1|~3.0.0",
"symfony/translation": "~2.8",
"doctrine/cache": "~1.0",
"doctrine/annotations": "~1.0"
},
"require-dev": {