Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 508ff48

Browse files
minor #16159 [FraworkBundle] Add missing doctrine/cache to composer.json (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- [FraworkBundle] Add missing doctrine/cache to composer.json | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- f377643 [FraworkBundle] Add missing doctrine/cache to composer.json
2 parents 141f9eb + f377643 commit 508ff48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"symfony/stopwatch": "~2.3|~3.0.0",
3131
"symfony/templating": "~2.1|~3.0.0",
3232
"symfony/translation": "~2.8",
33+
"doctrine/cache": "~1.0",
3334
"doctrine/annotations": "~1.0"
3435
},
3536
"require-dev": {

0 commit comments

Comments
 (0)