Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Proposing unstable upgrade changes#8625
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The proposed changes look great to me and I think everything is perfectly explained. Thanks for updating!
This PR was squashed before being merged into the master branch (closes#8625).Discussion----------Proposing unstable upgrade changesThis document -https://symfony.com/doc/master/setup/unstable_versions.html - now quite out-of-date:* We use `symfony/skeleton`* The user will now have many `symfony/*` dependencies, not just `symfony/symfony`.It's a bit tricky, so I would appreciate a review.Thanks!Commits-------357826f fixinga37886a Proposing unstable upgrade changes
| First, open the ``composer.json`` file located in the root directory of your | ||
| project. Then, edit the value ofthe version defined forthe ``symfony/symfony`` | ||
| dependency as follows: | ||
| project. Then, edit the value ofall ofthe ``symfony/*`` libraries to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
this is a bit tricky as, for example, the release cycle of MonologBundle or SwiftmailerBundle (as well as the polyfill libraries) is independent from the framework's release cycle
This document -https://symfony.com/doc/master/setup/unstable_versions.html - now quite out-of-date:
symfony/skeletonsymfony/*dependencies, not justsymfony/symfony.It's a bit tricky, so I would appreciate a review.
Thanks!