Skip to content

Best practices for upgrading frameworks? #11267

Answered by Seldaek
modir asked this question in Q&A / Support
Discussion options

You must be logged in to vote

There is composer bump which can help with that, but it won't allow major upgrades. For minor versions though you could do composer update framework/* && composer bump framework/*.

For major versions I usually just edit it manually in composer.json, selecting all packages I want to edit with multi-cursor edit then replacing all constraints by ^2 or whatever the next major is.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by modir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants