8000 [FrameworkBundle][2.8] Add tests for the Controller class by dunglas · Pull Request #18206 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle][2.8] Add tests for the Controller class #18206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
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
Remove unwanted Twig dependency
  • Loading branch information
dunglas committed Mar 19, 2016
commit 6af2815d90ce6c77a0b82ac9d9d5582c826c2b8f
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
"monolog/monolog": "~1.11",
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
"egulias/email-validator": "~1.2",
"phpdocumentor/reflection": "^1.0.7",
"twig/twig": "~1.23|~2.0"
"phpdocumentor/reflection": "^1.0.7"
},
"conflict": {
"phpdocumentor/reflection": "<1.0.7"
Expand Down
0