8000 minor #12078 [HttpKernel] fix composer.json (nicolas-grekas) · symfony/symfony@6f2e08e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f2e08e

Browse files
committed
minor #12078 [HttpKernel] fix composer.json (nicolas-grekas)
This PR was merged into the 2.6-dev branch. Discussion ---------- [HttpKernel] fix composer.json | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - This fixes the composer.json of HttpKernel Commits ------- 7bb768d [HttpKernel] fix composer.json
2 parents 1457e56 + 7bb768d commit 6f2e08e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@
3434
"symfony/routing": "~2.2",
3535
"symfony/stopwatch": "~2.2",
3636
"symfony/templating": "~2.2",
37-
"symfony/translator": "~2.0"
37+
"symfony/translation": "~2.0",
38+
"symfony/var-dumper": "~2.6"
3839
},
3940
"suggest": {
4041
"symfony/browser-kit": "",
4142
"symfony/class-loader": "",
4243
"symfony/config": "",
4344
"symfony/console": "",
4445
"symfony/dependency-injection": "",
45-
"symfony/finder": ""
46+
"symfony/finder": "",
47+
"symfony/var-dumper": ""
4648
},
4749
"autoload": {
4850
"psr-0": { "Symfony\\Component\\HttpKernel\\": "" }

0 commit comments

Comments
 (0)
0