8000 [ErrorHandler][ErrorRenderer] Fix branch aliases by derrabus · Pull Request #32966 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[ErrorHandler][ErrorRenderer] Fix branch aliases #32966

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

Merged
merged 1 commit into from
Aug 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
Fix branch aliases.
  • Loading branch information
derrabus committed Aug 5, 2019
commit a9ba2db546f72af8792aa59bd582d6c486e2430b
2 changes: 1 addition & 1 deletion src/Symfony/Component/ErrorHandler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
"dev-master": "5.0-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Symfony/Component/ErrorRenderer/composer.json
6E2F
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
"dev-master": "5.0-dev"
}
}
}
0