8000 Bump component deps to make deps=low tests pass by mpdude · Pull Request #14234 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Bump component deps to make deps=low tests pass #14234

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
Require fix for #13913, merged as of v2.6.5 in 9b736c8
  • Loading branch information
mpdude committed Apr 6, 2015
commit 8cd9038ea22786256d15f322d0a232d190e46870
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/TwigBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0",
"symfony/stopwatch": "~2.2|~3.0.0",
"symfony/dependency-injection": "~2.2|~3.0.0",
"symfony/dependency-injection": "~2.6,>=2.6.5|~3.0.0",
"symfony/expression-language": "~2.4|~3.0.0",
"symfony/config": "~2.2|~3.0.0",
"symfony/routing": "~2.1|~3.0.0",
Expand Down
0