8000 minor #23252 [TwigBundle] Add Doctrine Cache to dev dependencies to f… · symfony/symfony@5d3e776 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d3e776

Browse files
committed
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 ------- 2d8fdd9 Add Doctrine Cache to dev dependencies to fix failing unit tests.
2 parents 8dc00bb + 2d8fdd9 commit 5d3e776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 2 additions & 1 deletion
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)
0