Skip to content

Commit 2d8fdd9

Browse files
derrabusxabbuh
authored andcommitted
Add Doctrine Cache to dev dependencies to fix failing unit tests.
1 parent 8dc00bb commit 2d8fdd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"symfony/templating": "~2.8|~3.0",
3535
"symfony/yaml": "~2.8|~3.0",
3636
"symfony/framework-bundle": "^3.2.2",
37-
"doctrine/annotations": "~1.0"
37+
"doctrine/annotations": "~1.0",
38+
"doctrine/cache": "~1.0"
3839
},
3940
"autoload": {
4041
"psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" },

0 commit comments

Comments
 (0)