minor #23252 [TwigBundle] Add Doctrine Cache to dev dependencies to fix failing unit tests. (derrabus)

This PR was merged into the 3.2 branch.

Discussion
----------

[TwigBundle] Add Doctrine Cache to dev dependencies to fix failing unit tests.

| Q             | A
| ------------- | ---
| Branch?       | 3.2
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Backporting #23166 to the `3.2` branch should make the `deps=high` builds pass again.

Commits
-------

2d8fdd9622 Add Doctrine Cache to dev dependencies to fix failing unit tests.
This commit is contained in:
Fabien Potencier 2017-06-21 06:59:45 -07:00
commit 5d3e776dd3

View File

@ -34,7 +34,8 @@
"symfony/templating": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0",
"symfony/framework-bundle": "^3.2.2",
"doctrine/annotations": "~1.0"
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" },