Add Doctrine Cache to dev dependencies to fix failing unit tests.

This commit is contained in:
Alexander M. Turek 2017-06-13 17:15:58 +02:00
parent 17d23a79e8
commit 2dfde58851

View File

@ -35,7 +35,8 @@
"symfony/yaml": "~2.8|~3.0|~4.0",
"symfony/framework-bundle": "^3.2.8|~4.0",
"symfony/web-link": "~3.3|~4.0",
"doctrine/annotations": "~1.0"
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.3"