8000 [TwigBridge] fix `DumpExtension` tests by xabbuh · Pull Request #12142 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SecurityBundle] add missing dev dependency
The `SetAclCommandTest` indirectly requires the Symfony Console
component.
  • Loading branch information
xabbuh committed Oct 5, 2014
commit 5195130ddaa8294f3a69bdccd226c383809b4340
1 change: 1 addition & 0 deletions src/Symfony/Bundle/SecurityBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"require-dev": {
"symfony/browser-kit": "~2.3",
"symfony/console": "~2.3",
"symfony/form": "~2.3",
"symfony/framework-bundle": "~2.2,<2.6.0",
"symfony/twig-bundle": "~2.2",
Expand Down
0