10000 merged branch fabpot/httpkernel-deps (PR #8648) · helmer/symfony@5e782c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e782c7

Browse files
committed
merged branch fabpot/httpkernel-deps (PR symfony#8648)
This PR was merged into the 2.2 branch. Discussion ---------- Added a missing dev dep for Httpkernel | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#8613 | License | MIT | Doc PR | - Commits ------- a741414 [HttpKernel] added a missing dep for dev
2 parents e82a44b + a741414 commit 5e782c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"symfony/finder": "~2.0",
3131
"symfony/process": "~2.0",
3232
"symfony/routing": ">=2.2,<2.3-dev",
33-
"symfony/stopwatch": ">=2.2,<2.3-dev"
33+
"symfony/stopwatch": ">=2.2,<2.3-dev",
34+
"symfony/templating": "~2.2"
3435
},
3536
"suggest": {
3637
"symfony/browser-kit": "2.2.*",

0 commit comments

Comments
 (0)
0